rsnext/test/.stats-app/pages/css.module.css
Tobias Koppers cc246cdc41
add css to the stats-app (#24228)
add a page with CSS to the stats app

We should compare stats for CSS too
2021-04-19 17:42:40 +00:00

4 lines
65 B
CSS

.helloWorld {
color: green;
background: url('nextjs.png');
}