Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition carbon-components to Sass Modules #8138

Closed
joshblack opened this issue Mar 22, 2021 · 0 comments
Closed

Transition carbon-components to Sass Modules #8138

joshblack opened this issue Mar 22, 2021 · 0 comments

Comments

@joshblack
Copy link
Contributor

joshblack commented Mar 22, 2021

Towards the end of 2020, there was an announcement that LibSass, and the corresponding ecosystem, was officially deprecated. 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:

  • Projects that include Carbon's Sass in their build tool (webpack, parcel) experience long cold-start and recompilation times, upwards of a minute
  • It is unclear what parts of the project are public or private, in other words what parts do we intend for developers to leverage and what parts do we intend to keep internal
  • It is confusing for developers to know how to properly configure Carbon using our global flags
  • Our default stylesheets for several components are large and/or contain high amounts of specificity that we'd like to lower

Discussion Link: #7539
Planning Issue: TODO

Packages impacted

  • carbon-components
  • carbon-components-angular
  • @carbon/vue

LInks & Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant