sindresorhus / github-markdown-css

The minimal amount of CSS to replicate the GitHub Markdown style
https://sindresorhus.com/github-markdown-css
MIT License
7.92k stars 2.11k forks source link

CSS being tree-shaked due to `sideEffects: false` #111

Closed gera2ld closed 7 months ago

gera2ld commented 7 months ago

import 'github-markdown-css' doesn't work with latest rollup because of sideEffects: false.