milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
916 stars 196 forks source link

Combining CSS files #14

Closed mindctrl closed 12 years ago

mindctrl commented 12 years ago

Hey, just wondering why you chose to combine several of the Foundation CSS files into a single file (foundation.css) versus keeping the same file naming structure that they do. For me it makes it a big more tedious to pull in changes they've made. But maybe I don't know something that would make it easier. Just wondering.

milohuang commented 12 years ago

Hello, the Foundation files included in Reverie is from the official website of Foundation instead of Github. So the files are combined into one single CSS. But you can chose to load several CSS files by removing respective lines in Reverie.

mindctrl commented 12 years ago

Ah ok, I didn't even notice that as I had only downloaded Foundation from Github. Thanks for the clarification.