I'm setting up Asset-Pipeline as part of our project. Previously we used Codekit to compile these SCSS files into one, however we're looking at using Asset-Pipeline so that handling dynamic includes is easier.
Our SCSS is using Compass to include mixins for transitions, display-flex etc, but this isn't working anymore when being compiled by AP. Any ideas on how to get this working?
I just needed to add the compass source to my SASS folder.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community