rsnext/test/integration/css-fixtures/nested-global/styles/global1.css
JJ Kasper 01b7c576b4 Breakup CSS test suite (#9715)
* Breakup CSS test suite

* De-dupe next.config.js for css-fixtures
2019-12-11 18:39:09 -05:00

5 lines
55 B
CSS

@import './global1b.css';
.red-text {
color: red;
}