Tree shaking css

Tree shaking only works when you reference classes
using either a namespace or named import. Tree
shaking does not work with default imports.

import * as styles from './styles.module.css';