bitcrowd / bitstyles

A complete design system, with base styles and components, built in Sass using CSS variables
https://bitcrowd.github.io/bitstyles
ISC License
16 stars 0 forks source link

Remove the support for legacy @imports #772

Closed planktonic closed 1 year ago

planktonic commented 1 year ago

We currently allow the old Sass @import as well as the modern @use statements. Supporting these means:

Since the legacy method is not used, and is causing friction, it may be time to drop support.