Closed thomasfrobieter closed 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';
@charset 'utf-8';
PEBKAC, switched accidently to an old gulpfile! Sorry.
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
SCSS code:
@charset 'utf-8';