Skip to content

Conversation

@daniil4udo
Copy link

@daniil4udo daniil4udo commented Sep 27, 2025

Motivation for this PR is that FormKit uses this package and during the build sass is very "noisy" on deprecation warnings

  • Replaced node-sass with sass in package.json for Dart Sass compatibility.
  • Updated SCSS files to use the new Sass module system with @use and @forward.
  • Refactored computed variables to use math and list modules for calculations.
  • Adjusted mixins and functions to align with the new structure and improve readability.
  • Ensured all breakpoints and variables are accessed through the new module system

- Replaced `node-sass` with `sass` in package.json for Dart Sass compatibility.
- Updated SCSS files to use the new Sass module system with `@use` and `@forward`.
- Refactored computed variables to use `math` and `list` modules for calculations.
- Adjusted mixins and functions to align with the new structure and improve readability.
- Ensured all breakpoints and variables are accessed through the new module system.
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

Successfully merging this pull request may close these issues.

1 participant