Skip to content

Commit

Permalink
chore: migrate to new scss import syntax (#478)
Browse files Browse the repository at this point in the history
Co-authored-by: Long Phan <[email protected]>
  • Loading branch information
Samathingamajig and Wizardbacon13 authored Jan 1, 2025
1 parent c712fc7 commit 9cbcfa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
@import 'src/views/styles/base.module.scss';
@use 'sass:meta';
@use 'src/views/styles/base.module.scss';

@layer base {
.extensionRoot {
@import 'tailwind-compat';
@include meta.load-css('tailwind-compat');
}

span {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/views/styles/base.module.scss';
@use 'src/views/styles/base.module.scss';

.autoLoad {
display: flex;
Expand Down

0 comments on commit 9cbcfa4

Please sign in to comment.