Skip to content

Instantly share code, notes, and snippets.

@lydell
Created December 6, 2016 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydell/64f3f4eb41b162c7443def5d68b27708 to your computer and use it in GitHub Desktop.
Save lydell/64f3f4eb41b162c7443def5d68b27708 to your computer and use it in GitHub Desktop.
Stylelint bug
module.exports = {
extends: 'stylelint-config-standard',
}
{
"private": true,
"dependencies": {
"stylelint": "^7.6.0",
"stylelint-config-standard": "^15.0.0"
},
"scripts": {
"test": "stylelint test.scss --syntax scss"
}
}
.foo {
color: black;
background: {
size: cover;
position: center;
}
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment