postcss / gulp-postcss

Pipe CSS through PostCSS processors with a single parse
MIT License
769 stars 65 forks source link

Unnecessary semicolon @charset #135

Closed thomasfrobieter closed 7 years ago

thomasfrobieter commented 7 years ago

Can someone explain this? Not able to compile my code anymore, no idea how to fix this. The semicolon is completely correct there.

How can i disable this nonsense check?

[11:32:38] CssSyntaxError in plugin 'gulp-postcss' Message: T:\foo\scss\typography.css:1:17: Unnecessary semicolon

1 | @charset "UTF-8";

SCSS code: @charset 'utf-8';

thomasfrobieter commented 7 years ago

PEBKAC, switched accidently to an old gulpfile! Sorry.