This PR refactors the style.scss to use @use
clause instead of @import
, fixes #7
The @use
clause is only implemented in dart sass implementation which will be now used for CI and should be used for local development.
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
This PR refactors the style.scss to use @use
clause instead of @import
, fixes #7
The @use
clause is only implemented in dart sass implementation which will be now used for CI and should be used for local development.