cbeley / beleyBlog

The non-content portion for my blog at www.chrisbeley.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefer `import { someClass } from 'styles.module.css'` over `import * as styles`

cbeley opened this issue · comments

CSS imports are now ES modules! This means we can take advantage of tree shaking. I should go change all this later, but in the meantime, using import * as styles for an either initial upgrade.