christophery / pushy

Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
https://chrisyee.ca/pushy
Other
1.49k stars 214 forks source link

Separate core SCSS and theme SCSS #94

Open hellor0bot opened 8 years ago

hellor0bot commented 8 years ago

Could you please divide the SCSS file into two parts: core and theme. Core shall contain only styles required for transforms, while theme file includes visual styles: background, submenus, margins, etc.

Thus we can keep the code clean and style pushy our way and won't have to overwrite your specific styles like background.

CHEWX commented 8 years ago

This would be helpful.