Skip to content

Instantly share code, notes, and snippets.

@lydell
Created May 29, 2017 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydell/3410c150098dafcd0f1d6ddbbc372e8e to your computer and use it in GitHub Desktop.
Save lydell/3410c150098dafcd0f1d6ddbbc372e8e to your computer and use it in GitHub Desktop.
Prettier SCSS, round 2
@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 {}
_glyphicons.scss: prettier(input) !== prettier(prettier(input))
Index:
===================================================================
---
+++
@@ -6,5 +6,4 @@
));
}
-
// Catchall baseclass
.glyphicon {
@media (max-width: 1) {}
a {
// element.style */
}
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