The CSS allows you to produce a list of CSS definitions in a SCSS file. Specifically, this exporter is capable of exporting the styles of:
- Color definitions
- Text Styles
- Gradients
- Shadows
- Borders
- Radii
- Measures
- Breakpoints
This extractor has two customizations:
- Colors are extracted as HSLA values
- The extracted CSS stylesheets use the
[data-theme="nameOfTheTheme"]
selector.