rsnext/test/integration/css-fixtures/catch-all-module/pages/[...post]/index.js
JJ Kasper cd1a2a5949
Handle more invalid CSS class characters (#11809)
* Handle more invalid CSS class characters

* Remove old comment
2020-04-10 10:37:24 -05:00

7 lines
135 B
JavaScript

import styles from './index.module.css'
export default () => (
<div className={styles.home} id="my-div">
hello world
</div>
)