CSS Frameworks in Modules
Any suggestions on using CSS Frameworks in Modules? Or not using them?
For design work, I normally lean on something like Foundation, Bootstrap, or Pure.
Is it considered 'okay' to use these in advanced modules with Front End pages?
I see the problem of it conflicting with the websites Front End, Framework or custom CSS.
Alternatively, should I create un-styled basic pages as a default "theme"?
Comments
I started building the front page block using the Foundation CSS framework, but I then realized that while I currently have foundation loaded, other projects may be built using something else.
I currently have foundation provided in the assets folder, to support the block, but loading that could interfere with the main project's library.
So it is conditional, based on settings. (trying to emulate the blog module)
Is this an ok approach for a re-usable module? My concerns are with modularity and conflicts with the host site.