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

18 lines
189 B
CSS
Raw Normal View History

2020-01-03 21:23:06 +01:00
.foo {
position: relative;
}
.foo :global(.bar),
.foo :global(.baz) {
height: 100%;
overflow: hidden;
}
.foo :global(.lol) {
width: 80%;
}
.foo > :global(.lel) {
width: 80%;
}