rsnext/examples/with-typings-for-css-modules/style.css
AJ Livingston cb312eb18b Examples: with-typings-for-css-modules (#5446)
* added example for using typings-for-css-modules-loader

* Update examples/with-typings-for-css-modules/README.md

* Update examples/with-typings-for-css-modules/README.md

* Update examples/with-typings-for-css-modules/next.config.js
2018-11-02 23:21:59 +01:00

10 lines
157 B
CSS

.example {
font-size: 50px;
color: papayawhip;
}
.example__description > strong {
color: tomato;
text-transform: uppercase;
font-style: italic;
}