Replies: 1 comment
-
Filepath conventionsWe currently use a pretty lengthy pass in // Use all styles
@use 'carbon-components';
// Use all styles with configuration
@use 'carbon-components' with (
$css--reset: false
);
// Include specific modules
@use 'carbon-components/scss/color';
// Include a component
@use 'carbon-components/scss/components/accordion'; We will also finally be able to drop our |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Towards the end of 2020, there was an announcement that LibSass, and the corresponding ecosystem, was officially dedicated. As a result, it seemed important that we take a look at leveraging Dart Sass as opposed to Node Sass in our upcoming release. In addition, we have several existing problems that we'd like to see addressed in our upcoming release:
LInks & Resources
Beta Was this translation helpful? Give feedback.
All reactions