We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27a052 commit a24db41Copy full SHA for a24db41
test/expected.css
@@ -1,8 +1,8 @@
1
-.baz {
+._6d606626 .baz {
2
color: purple; }
3
4
-.qux {
+._6d606626 .qux {
5
color: yellow; }
6
7
-.foo .bar {
+._6d606626 .foo .bar {
8
color: blue; }
test/import.scss
@@ -1,3 +1,3 @@
+:host .baz {
color: purple;
}
test/indent-import.sass
@@ -1,2 +1,2 @@
-.qux
+\:host .qux
color: yellow
test/source.js
@@ -3,7 +3,7 @@ const sf = require('sheetify')
sf`
@import './import.scss';
@import './indent-import.sass';
- .foo {
+ :host .foo {
.bar {
color: blue;
9
0 commit comments