I've installed Grav (https://getgrav.org/) via composer. I've created my own theme so I can start from scratch. But now I want to use the media queries (breakpoints), flex grid, rem-calc() function, equalizer form Foundation Zurb.
I've installed Foundation via the command line:
npm install foundation-sites --save
But right now I dont have no idea how to get foundation working with the Grav CMS. I've tried to @import foundation.scss in my base scss (I already use a css compiler). But it doesn't seem to work.
My folder structure is like this:
Foundation-sites is in the node_modules map. What do I have to do to get Foundation working?