node_modules
in suitcss-preprocessor and afaik we can either add a .stylelintignore
at the root of the project (although I am not sure if it'll work when preprocessor is a dependency) or use an hack where we extend styleling-config-suitcss
. Suggestions? cc @jeddy3 @davidtheclark
gulp-postcss
and add it to the plugin stack, https://github.com/stylelint/stylelint/blob/master/docs/user-guide/postcss-plugin.md
https://github.com/YOUR-ORG/YOUR-REPO/settings/branches
ava
but aren't written in ES2015+
stylelint-webpack-plugin
href="//fonts.googleapis.com/css?family=Lobster" />
<style>
.red-text {
color: red;
}
p {
font-size: 16px;
font-family: Monospace;
}
</style>
<h2 class="red-text" font-family: Lobster;>CatPhotoApp</h2>
at-rule-no-unknown
works as expected though
Autofixing for rules:
value-no-vendor-prefix
property-no-vendor-prefix
selector-no-vendor-prefix
media-feature-name-no-vendor-prefix
at-rule-no-vendor-prefix
"rules": {
"value-keyword-case": null
}