This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Layer 1 | |
// ============================================================================ | |
.listing-card, | |
.scroller-navigator { | |
z-index: 1; | |
} | |
// Layer 2 | |
// ============================================================================ | |
.loading-overlay.as-background, //This is used for .tabs only, any other time use .loading-overlay (without .as-background). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Super Font Face Mixin | |
// ============================================================================ | |
// | |
// If you have a standard set of fonts (i.e. woff, ttf, svg, eot), instead of | |
// having to list every font file with the Compass font mixin, just use this | |
// wrapper. | |
// | |
// Usage examples: | |
// @include super-font-face('Museo Sans', 'MuseoSans_500-webfont'); | |
// @include super-font-face('Museo Sans', 'MuseoSans_700-webfont', bold); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Clearfix - extend only | |
// ============================================================================ | |
%clearfix { | |
&:before, | |
&:after { | |
content: " "; | |
display: table; | |
} | |
&:after { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="hamburger"> | |
<div></div> | |
<div></div> | |
<div></div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mixin magic-border($widths, $color, $extra-box-shadow: false) { | |
$shadow: null; | |
@if length($widths) == 1 { | |
$shadow: 'inset 0 0 0 #{$widths} #{$color}'; | |
} | |
@if length($widths) == 2 { | |
$shadow: 'inset 0 #{nth($widths,1)} 0 0 #{$color}, inset -#{nth($widths,2)} 0 0 0 #{$color}, inset 0 -#{nth($widths,1)} 0 0 #{$color}, inset #{nth($widths,2)} 0 0 0 #{$color}'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#compdef hg | |
# Zsh completion script for mercurial. Rename this file to _hg and copy | |
# it into your zsh function path `echo $FPATH` (It could be /usr/share/zsh/site-functions/, | |
# /usr/share/zsh/5.0.5/functions/, or /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/) | |
# | |
# If you do not want to install it globally, you can copy it somewhere | |
# else and add that directory to $fpath. This must be done before | |
# compinit is called. If the file is copied to ~/.zsh.d, your ~/.zshrc | |
# file could look like this: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"C:\Program Files\Git\git-cmd.exe" --no-cd --command=usr/bin/bash.exe -l -i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# A ZSH theme based on a combination of the skwp prezto theme and the robl ohmyzsh theme. | |
# * RVM info shown on the right | |
# * Git branch info on the left | |
# * Single line prompt | |
# * Time since last commit on the left | |
# * Time in place of user@hostname | |
# | |
# Authors: | |
# David Rice <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Project Name", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"node-sass-chokidar": "0.0.3", | |
"normalize-scss": "^7.0.0", | |
"npm-run-all": "^4.0.2", | |
"react": "^15.6.1", | |
"react-dom": "^15.6.1", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[13:30:01] [main/INFO]: Loading for game Minecraft 1.16.3 | |
[13:30:01] [main/INFO]: Fabric is preparing JARs on first launch, this may take a few seconds... | |
[13:30:05] [ForkJoinPool-1-worker-1/WARN]: The mod "cardinal-components-base" contains invalid entries in its mod json: | |
- Unsupported root entry "side" at line 8 column 11 | |
[13:30:05] [ForkJoinPool-1-worker-4/WARN]: The mod "cardinal-components-entity" contains invalid entries in its mod json: | |
- Unsupported root entry "side" at line 8 column 11 | |
[13:30:05] [ForkJoinPool-1-worker-1/WARN]: The mod "autoconfig1u" contains invalid entries in its mod json: | |
- Unsupported root entry "$schema" at line 2 column 14 | |
[13:30:05] [ForkJoinPool-1-worker-2/WARN]: The mod "libcd" contains invalid entries in its mod json: | |
- Unsupported root entry "licence" at line 9 column 12 |
OlderNewer