1
1
mirror of https://github.com/primer/css.git synced 2024-12-28 08:31:58 +03:00
Commit Graph

3 Commits

Author SHA1 Message Date
Michelle Tilley
c4a5d72b20
Re-enable variable analysis
Since we currently have a lot of old variables aliased to the new CSS
color variables, I modified the variable analysis function to skip any
variable with a computed value that is a CSS variable (i.e. matches
the regex `/^var\(--.*\)/`).
2020-10-29 11:02:16 -07:00
Shawn Allen
99c223e13a lint 2019-10-22 15:50:09 -07:00
Shawn Allen
7f0cca8c4d add script/analyze-variables.js 2019-10-22 15:43:47 -07:00