module.exports = {
$schema:
'https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/stylelintrc.json',
rules: {
'custom-property-no-missing-var-function': true,
},
};
stylelint projects/stylelint-config/tests/valid.css
"peerDependencies": {
"@stylistic/stylelint-config": "^4.0.0",
"@stylistic/stylelint-plugin": "^5.0.1",
"@taiga-ui/browserslist-config": "0.433.0",
"postcss": "^8.5.8",
"postcss-less": "^6.0.0",
"stylelint": "^17.5.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-no-unsupported-browser-features": "^8.1.1",
"stylelint-order": "^8.1.1",
"stylelint-plugin-logical-css": "^2.0.2",
"stylelint-plugin-use-baseline": "^1.4.1",
"stylelint-rem-over-px": "^1.0.2",
"stylelint-use-logical": "^2.1.3"
},
What minimal example or steps are needed to reproduce the bug?
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/timeline-scope
What minimal configuration is needed to reproduce the bug?
How did you run Stylelint?
Which Stylelint-related dependencies are you using?
What did you expect to happen?
No error
What actually happened?
Do you have a proposal to fix the bug?
No