beyonk-group / gdpr-cookie-consent-banner

A GDPR compliant cookie consent banner implementation
MIT License
251 stars 42 forks source link

regenerate style.css #16

Closed jokin closed 3 years ago

jokin commented 3 years ago

Import the css so rollup can get the reference to the scss file and generate the styles on build.

antony commented 3 years ago

This would mean that everybody gets the same style.css - which is not the intention.

jokin commented 3 years ago

What's the development workflow then? Manually regenerate the style.css from scss whenever you made changes to sytle.scss?

antony commented 3 years ago

The seperate style css was created as a PR so I don't know the intended flow, but, what development flow are you looking for? Building this library itself, or building it as part of another project? Or something else?

antony commented 3 years ago

Closing due to inactivity