Closed handonam closed 7 years ago
Ah, it looks like if you don't have the opening brace after the period, it will throw this error. This only happens in LESS files. Sass is fine, as it will throw "Unknown word" (CssSyntaxError).
@import (reference) "~bootstrap-less/bootstrap/variables";
@import (reference) "~typography/variables";
/** @define content */
.content__copy {
display: block
}
. /* <--- error with a period that doesn't have a corresponding `{` */
Hi guys
I currently have this error:
This is my CSS file:
This is my configuration in postcss.config.js
Which includes this in .stylelintrc.js
Wondering if you guys have any ideas around what may be happening here?