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
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Currently the only way to consume pebble design tokens is to include the _variables.scss file in another scss file. We should output the tokens as css vars so they can be used by consumers in their own stylesheets or inline css, without having to import scss in the node_modules folder.
Currently the only way to consume pebble design tokens is to include the _variables.scss file in another scss file. We should output the tokens as css vars so they can be used by consumers in their own stylesheets or inline css, without having to import scss in the node_modules folder.
https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
The text was updated successfully, but these errors were encountered: