godaddy-wordpress / primer-child-escapade

Escapade is a Primer child theme with a unique sidebar navigation.
12 stars 9 forks source link

Add replace:charset to the watch:sass Grunt.js task #56

Closed EvanHerman closed 6 years ago

EvanHerman commented 6 years ago

While grunt:watch is running, each time a sass file is processed @charset "UTF-8"; exists at the top of the style.css file until the default grunt task is run.

Adding replace:charset to the watch:sass task will prevent the charset from being appended to the top of the style file.