cognoma / frontend

Frontend for Project Cognoma
http://cognoma.org/
Other
4 stars 22 forks source link

Feature/issue 42 move sass to feature folders #57

Closed Luciaisacomputer closed 7 years ago

Luciaisacomputer commented 7 years ago

The Sass structure has been updated to use a partial referenced inside of the component directory. Due to complications with Gulp, it isn't easy to glob in all the files and simply have them work. This approach is probably the simplest and least error prone while also making it easy to find the files you need to work with.

Brenden McKeown's PR should probably be merged in before this, I merged his feature branch into mine just so that the Sass paths would be correct and hopefully avoid any breakage when everything is merged back in.