Andreas
Andreas
I would argue to allow for a whitelist config, for stuff like `inherit`, `currentColor`, `transparent` etc. [Why currentColor is sooooo damn good?](https://css-tricks.com/currentcolor/)
@sbaechler @okonet @sh-waqar I suggest the following optional syntax for exceptions being of type `string`, `function`, `RegEx`: ````json { "sh-waqar/declaration-use-variable": [["/color/", "fill", "stroke", "z-index", "font-size"], { "except": ["inherit", "currentColor", "transparent"]...
@sbaechler @okonet @sh-waqar Anyone who is interested I just released my own plugin which implements this feature. Go and check it: https://github.com/AndyOGo/stylelint-declaration-strict-value
@kepi0809 configuring `severity` should be applicable for any rule, see docs here: https://stylelint.io/user-guide/configure#severity
@SchoolGuy Sass namespaces are supported here: https://github.com/AndyOGo/stylelint-declaration-strict-value
@okonet I'm keen for this feature too. Though it's ambiguous to specify `border` shorthand. It could mean one of the following: - A `$valiable` specifying all three properties, like: ````scss...
@okonet **CSS Shorthand Syntax expansion** is released with [`v1.4.0`](https://www.npmjs.com/package/stylelint-declaration-strict-value). Please read more in the [docs](https://github.com/AndyOGo/stylelint-declaration-strict-value#css-shorthand-syntax)
I have the same problem with stubbing dynamic imports with sinon.
Thanks for your quick reply @mrazauskas Well `@testing-library/react` is a library to write integration tests, it doesn't support shallow snapshot testing nor snapshot diffing. IMHO these testing approaches pose an...
@facebook-github-bot this isn't resolved yet