-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to latest stylelint #10
Comments
Sorry, of course stylefmt is dependency of gulp-stylefmt and stylelint is dependency of stylefmt so only needed is to update dependencies of stylefmt... my bad. |
ronilaukkarinen
pushed a commit
to ronilaukkarinen/gulp-stylefmt
that referenced
this issue
Nov 22, 2018
Any updates coming? still getting: [Stylefmt] Automatically correcting file based on .stylelintrc...
[15:52:47] Starting 'styles'...
[15:52:47] Finished 'styles' after 2.73 ms
[15:52:47] Starting 'scss-lint'...
[15:52:47] Finished 'scss-lint' after 718 μs
Error: Undefined rule font-family-no-missing-generic-family-keyword
at module.exports (/Users/rolle/Projects/dev/node_modules/gulp-stylefmt/node_modules/stylelint/lib/utils/configurationError.js:8:27)
at Object.keys.forEach.ruleName (/Users/rolle/Projects/dev/node_modules/gulp-stylefmt/node_modules/stylelint/lib/augmentConfig.js:279:13)
at Array.forEach (<anonymous>)
at normalizeAllRuleSettings (/Users/rolle/Projects/dev/node_modules/gulp-stylefmt/node_modules/stylelint/lib/augmentConfig.js:275:29)
at augmentConfigBasic.then.then.then.then.augmentedConfig (/Users/rolle/Projects/dev/node_modules/gulp-stylefmt/node_modules/stylelint/lib/augmentConfig.js:84:12)
[clean-css] Time spent on minification: 1348 ms
[clean-css] Compression efficiency: 25.89346047000526 %
[Browsersync] 1 file changed (global.min.css) Manually overwriting like this works, but not a "solution". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Causes problems if a newer standard is used. See also.
The text was updated successfully, but these errors were encountered: