VPenkov / okayNav

The world's okayest responsive navigation. This is (sort of) a legacy implementation. Please stay tuned to the 3.0 branch (https://github.com/VPenkov/okayNav/tree/v3.0)
4.02k stars 267 forks source link

CSS: split styling / positioning #19

Closed Pascalmh closed 8 years ago

Pascalmh commented 8 years ago

Styling stuff like colors, margins, paddings should not go into the same .css-file as postioning, dislay-properties, etc.

Currently you have to override a lot of stuff okaynav does. Not everyone has a white background header, this should go into somekind of theme.css-File.

Workflow could then be: Demo it using

Use it in production using only style/okaynav.css + myprojectsstyle.css.

VPenkov commented 8 years ago

Oh yeah, I was wondering what feels wrong with my CSS. Thanks, I'll definitely do that asap.