Domain: APIP2Package: coreType: feature requesthelp wanted
Repository metrics
- Stars
- (20,263 stars)
- PR merge metrics
- (Avg merge 43d 10h) (27 merged PRs in 30d)
Description
Environment
Any
Feature request
Have you considered exposing SASS variables as custom properties so users can write custom CSS in their applications using the values blueprint uses internally?
This could be optional and probably prefixed.
Examples
For instance, variables like $pt-grid-size could be exposed like this:
:root {
--pt-grid-size: #{$pt-grid-size};
}