rsnext/test/integration/scss-fixtures/3rd-party-module/pages/index.module.scss

18 lines
189 B
SCSS
Raw Normal View History

.foo {
position: relative;
}
.foo :global(.bar),
.foo :global(.baz) {
height: 100%;
overflow: hidden;
}
.foo :global(.lol) {
width: 80%;
}
.foo > :global(.lel) {
width: 80%;
}