Hi everyone!
I’m new on Jekyll, but already love it! I also wanted to improve (?) assets management by plugging it with a Webpack 4. By this way, I would be able to have some extra-features: PostCSS Autoprefixer, ES6 support, SASS and JS linters…
Everything seems working fine, except for my Stylelint configuration. I can’t understand why it isn’t working: I got no errors, even if I do things like font-size:1jon
, which should return an unit error.
Would someone have any idea on how to solve this issue? Here is my repository: https://gitlab.com/soykje/ssg-boilerplate
Thx in advance!