onedesign / generator-one-base

A foundation for One Design Company projects on the web.
Other
1 stars 1 forks source link

Update Normalize.css #94

Closed MikeMcChillin closed 6 years ago

MikeMcChillin commented 7 years ago

Normalize.css is on version 7.00 now. The one included here is pretty old & I just ran into a weird box-sizing issue: https://github.com/onedesign/generator-one-base/blob/master/generators/app/templates/src/styles/vendor/_normalize.scss#L357

Should we update the version? Or maybe install via npm?

cmalven commented 6 years ago

Yeah, we should do something about this. My preference for things like Normalize is to update our built in version so we don't inadvertently have things change mysteriously between projects, but I'm cool with either.