We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b374a commit aca7627Copy full SHA for aca7627
1 file changed
assets/css/minimal.scss
@@ -1,9 +1,10 @@
1
---
2
3
-@import "p_variables";
4
-@import "p_core";
5
-@import "p_base_layout";
+@use "p_variables" as *;
+@use "p_core" as *;
+@use "p_base_layout" as *;
6
+@use "p_shared" as *;
7
8
body {
- @extend .minimal;
9
+ @include minimal;
10
}
0 commit comments