We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b5b39 commit 080eaf2Copy full SHA for 080eaf2
README.md
@@ -80,7 +80,7 @@ module.exports = {
80
// you can do checks on it and
81
// return true if you want it to be skipped
82
// for example
83
- (name) => name.includes('skip')
+ (name) => name.includes('skip') // name is a raw css variable i.e. it includes "--" example --height
84
// avoid regex if you can they are bad
85
)
86
]
0 commit comments