tiberiualex / Greedy-Pure

Pure JavaScript priority navigation
MIT License
8 stars 0 forks source link

Separate SCSS to have Structural Styles and Visual Styles #1

Open alexnewmannn opened 8 years ago

alexnewmannn commented 8 years ago

Ideally we should have Structural and Visual styles; this means you aren't coupled with the default styles of Greedy, only the styles that are required for it to work (the overflows, the displays)

We can then use gulp-uncss and a variety of other gulp plugins to ensure no code duplication is present and that it is outputted as if there were only one set of styles.

tiberiualex commented 8 years ago

Good idea, it will make theming a lot easier :+1: