simplefocus / base2

MIT License
3 stars 9 forks source link

Consider knocking Base down to just the Foundation grid, necessary styles #4

Open cjmox opened 11 years ago

cjmox commented 11 years ago

There could be an argument for knocking Base down to just utilize the Foundation grid, more barebones approach instead of including all of Foundation (buttons, etc).

What components should be included? What does everyone find the most helpful? I personally like the grid, buttons, and form styles. Anything else necessary?

johnbarrierwilson commented 11 years ago

I personally like to spend more time writing things from scratch instead of having to re-write/overwrite things. So, in that case I like it as bare bones as possible. With that said, I have been learning a lot so I'll be happy to learn whatever components are necessary to be included.

zumwalt commented 11 years ago

I'm not sure this is necessary. The idea of using the SASS version of Foundation is that you can pare it down to only the components you need. That needs to be the first step of your process when you start a new project. With that in place, you'll only be overwriting styles when absolutely necessary. If it makes sense, we can change the repo's copy of app.scss to include only the grid by default, with the option to add other components as you see fit.

jdgraffam commented 11 years ago

I will always vote for less default stuff and more writing from scratch.

On Mon, Feb 4, 2013 at 8:26 AM, Casey Zumwalt notifications@github.comwrote:

I'm not sure this is necessary. The idea of using the SASS version of Foundation is that you can pare it down to only the components you need. That needs to be the first step of your process when you start a new project. With that in place, you'll only be overwriting styles when absolutely necessary. If it makes sense, we can change the repo's copy of app.scss to include only the grid by default, with the option to add other components as you see fit.

— Reply to this email directly or view it on GitHubhttps://github.com/simplefocus/base2/issues/4#issuecomment-13078935.

zumwalt commented 11 years ago

As do I, but I do believe that Foundation has some useful components that can be used as a... wait for it... foundation. :)