You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update build to parse high contrast and output to SCSS. Ideally we will have a tokens-highcontrast.scss and tokens-highcontrast-dark.scss
Fix parsing of this value --pf-t--global--border--color--high-contrast: rgba(255, 255, 255, 0.0000)px; to remove the "px" (it's a color that's being parsed as if it's a dimension), which is parsed and saved to tokens-default.scss and tokens-dark.scss
The text was updated successfully, but these errors were encountered:
We need to:
tokens-highcontrast.scss
andtokens-highcontrast-dark.scss
--pf-t--global--border--color--high-contrast: rgba(255, 255, 255, 0.0000)px;
to remove the "px" (it's a color that's being parsed as if it's a dimension), which is parsed and saved totokens-default.scss
andtokens-dark.scss
The text was updated successfully, but these errors were encountered: