forestryio / create-static-site

Create static websites with no build configuration.
MIT License
135 stars 10 forks source link

Stylelint error (Jekyll template) #53

Open itsnwa opened 6 years ago

itsnwa commented 6 years ago

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`?
illycz commented 6 years ago

Same here with Hugo and VS Code.

illycz commented 6 years ago

It looks that yarn add stylelint-order solve the problem... Maybe it should be in static-scripts dependencies?

Thanks