mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
used `sass-migrator` and some manual intervention to migrate all of the `@import`s to `@use` statements. 1. needed to prefix all of the `styles/main.scss` imports to use a relative path (i.e. `../../../../styles/main.scss` 2. needed to add a `@use "container"` to `styles/tab-container` so it could resolve its `@extend`s - not sure if this was just an ordering issue or what, but it works |
||
---|---|---|
.. | ||
add-ons.scss | ||
badge-visibility.scss | ||
chat-tester.scss | ||
check-box.scss | ||
color-picker.scss | ||
container.scss | ||
icon-picker.scss | ||
key-picker.scss | ||
main-menu.scss | ||
menu-container.scss | ||
menu-tree.scss | ||
profile-selector.scss | ||
tab-container.scss |