Hey! I’m using ZURB FOUNDATION Sass/css framework and I can’t integrate it with my cake project.
Do you have any idea?
Why not? Do you want to integrate into bake or do you want to change the templates manually?
change the templates manually, when I put npm start it doesn’t update the changes that I do in the SASS files or it shows error in @import util/util
It appears this
File to import not found or unreadable: util/util.
on line 63 of webroot/scss/_settings.scss
from line 3 of webroot/scss/app.scss
I used foundation without SASS, so I have no experience with this… Good luck
I think what you need to do is compile the sass code using Libsass
instead (I think you might be using Compass
right now?