1
1
mirror of https://github.com/primer/css.git synced 2024-12-03 03:33:40 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Jon Rohan
07c8d5aebc
Fixing analyze-variables script 2021-04-08 19:34:17 -07:00
Jon Rohan
63764f7edd
Upgrade analyze-variables plugin 2021-04-08 10:27:54 -07:00
Jon Rohan
f003e60997
Fixing eslint config 2021-04-07 08:33:42 -07:00
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