peterchon / mimic

A modular css framework for CMS
49 stars 3 forks source link

reset.css #2

Open rusco opened 9 years ago

rusco commented 9 years ago

Question: Why does reset.css getting included in mimic.css ? Isn't reset-ing (or normalize-ing) something which is normally done by your choosen base css framework (bootstrap, material design etc.) and out of scope for mimic ?

brianfryer commented 9 years ago

@rusco: Unless I misunderstood the project's description, I believe that mimic is designed to be used standalone.

peterchon commented 9 years ago

I really just got it out there to see what the feedback would be. I'd like to work on a v2 version that would explain a lot more about using it for custom directives.

I put the reset in there in case users needed it.