Skip to content

Commit 080eaf2

Browse files
committed
read me update
1 parent 68b5b39 commit 080eaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module.exports = {
8080
// you can do checks on it and
8181
// return true if you want it to be skipped
8282
// for example
83-
(name) => name.includes('skip')
83+
(name) => name.includes('skip') // name is a raw css variable i.e. it includes "--" example --height
8484
// avoid regex if you can they are bad
8585
)
8686
]

0 commit comments

Comments
 (0)