create-static-site
create-static-site copied to clipboard
Stylelint error (Jekyll template)
I'm getting this error when editing my styles in atom:
Unable to parse stylelint configuration
Could not find "stylelint-order". Do you need a `configBasedir`?
Same here with Hugo and VS Code.
It looks that yarn add stylelint-order solve the problem...
Maybe it should be in static-scripts dependencies?
Thanks