Closed gutenye closed 3 years ago
Usage
esbuild.build({ plugins: [ postcss({ writeToFile: false }) ] }
So that I can use it in this way
import globalCss from './global.css' import styles, { stylesheet } from './button.module.css' <> <style>{globalCss}</style> <button className={styles.button}>Button</button> <style>{stylesheet}</style> </>
Why
stylesheet
Usage
So that I can use it in this way
Why
stylesheet
export name from rollup-plugin-postcss