Created
May 29, 2017 17:47
-
-
Save lydell/3410c150098dafcd0f1d6ddbbc372e8e to your computer and use it in GitHub Desktop.
Prettier SCSS, round 2
This file contains hidden or 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
| @font-face { | |
| src: url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.eot'), '#{$icon-font-path}#{$icon-font-name}.eot')); | |
| } | |
| // Catchall baseclass | |
| .glyphicon {} | |
| // Individual icons | |
| .glyphicon-asterisk {} |
This file contains hidden or 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
| _glyphicons.scss: prettier(input) !== prettier(prettier(input)) | |
| Index: | |
| =================================================================== | |
| --- | |
| +++ | |
| @@ -6,5 +6,4 @@ | |
| )); | |
| } | |
| - | |
| // Catchall baseclass | |
| .glyphicon { | |
This file contains hidden or 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
| @media (max-width: 1) {} | |
| a { | |
| // element.style */ | |
| } |
This file contains hidden or 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
| growing-comment.scss: prettier(input) !== prettier(prettier(input)) | |
| Index: | |
| =================================================================== | |
| --- | |
| +++ | |
| @@ -2,4 +2,4 @@ | |
| } | |
| a { | |
| - // element.style *//* | |
| + // element.style *//**//* | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment