Reorganize stylesheets and global styles
Simplifies the grunt watch task for sass. Renames sass partials with leading underscores. Flattens stylesheet directory. The only remaining raw css file is options.css. Move globally-relevant styles to _global. Shrink overall font size.
This commit is contained in:
parent
33c0f5b274
commit
ec01d33b50
7 changed files with 65 additions and 53 deletions
|
@ -134,7 +134,7 @@ module.exports = function(grunt) {
|
|||
tasks: ['jshint']
|
||||
},
|
||||
sass: {
|
||||
files: ['./stylesheets/**/!(manifest.css)'],
|
||||
files: ['./stylesheets/*.scss'],
|
||||
tasks: ['sass']
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue