rsnext/examples/with-scoped-stylesheets-and-postcss/pages/styles.css
2017-05-27 14:12:37 +02:00

4 lines
78 B
CSS

.paragraph {
composes: font-color from './global.css';
font-size: 20px;
}