ghinda / css-toggle-switch

Accessible, CSS-only, toggle switches

Home Page:http://ghinda.net/css-toggle-switch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

since the scss file is under "styles", component builder with scss plugin tries to compile and concat it.

azhang opened this issue · comments

This error shows up, because bower_components is not included in the component install.

components/ghinda-css-toggle-switch/src/toggle-switch.scss:10: error: file to import not found or unreadable: "../bower_components/bourbon/app/assets/stylesheets/bourbon"

Can we move the scss file and the bower_components files to "files" instead? So if using scss, "styles" can be easily ignored in the build script, and if using css, "files" can be easily ignored.

Thanks! :)