Remove redundant comments from styles/scripts

This commit is contained in:
2017-07-01 01:44:44 -07:00
parent 0a99ad1db5
commit 24f0092d53
14 changed files with 17 additions and 25 deletions

View File

@@ -1,9 +1,14 @@
@import "common/variables";
// Import npm dependencies
/**
* Import npm dependencies
*
* Prefix your imports with `~` to grab from node_modules/
* @see https://github.com/webpack-contrib/sass-loader#imports
*/
@import "~bootstrap/scss/bootstrap";
// Import theme styles
/** Import theme styles */
@import "common/global";
@import "components/buttons";
@import "components/comments";