rsnext/test/integration/css-fixtures/3rd-party-module/pages/index.module.css
2020-01-03 15:23:06 -05:00

17 lines
189 B
CSS

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