DEV Community

Discussion on: I created my own Pure CSS Micro-Framework, a tale 🙃

Collapse
 
felipperegazio profile image
Felippe Regazio • Edited

Hello Ben, yes its possible. You must clone the Gihub Repository, then in the file "plume.config.js" you must set the { superclass: ... } to "" and the { prefixer: ... } to false. Then run:

npm install
npm run build-all

By doing this, styles will be applied on body instead of the "plume" class (or one designated by you), and the selectors wont be prefixed.