griddle icon indicating copy to clipboard operation
griddle copied to clipboard

refactor: migrate to Dart Sass and update SCSS structure

Open daniil4udo opened this issue 4 months ago • 0 comments

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

daniil4udo avatar Sep 27 '25 16:09 daniil4udo