OFFLINE-GmbH / oc-gdpr-plugin

October CMS plugin to make websites GDPR and ePrivacy compliant
https://octobercms.com/plugin/offline-gdpr
MIT License
36 stars 20 forks source link

CSS Tidy Up #27

Closed ghost closed 6 years ago

ghost commented 6 years ago

Update the CSS to work on all Browsers with the added prefix and also create min files to add to the updated doc's at a later date.

ghost commented 6 years ago

Link to this issue: https://github.com/OFFLINE-GmbH/oc-gdpr-plugin/issues/26

tobias-kuendig commented 6 years ago

How did you generate the min files? I think it would be best to create some kind of build process to make reproducible builds. Browser support can be optimized by using autoprefixer.

Edit: http://octobercms.com/docs/cms/pages#injecting-assets Or maybe use less files with manual prefixes and then use the addCSS method?

ghost commented 6 years ago

Or maybe use less files with manual prefixes and then use the addCSS method?

I like this idea, its easy to do future minor changes to the css.