This forum is in read-only mode now. Frontity Framework is not under active development anymore.
The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
How to import scss file ?
Hi @Jay
Check out this repo. That example imports bootstrap but the principle should be the same. In particular look at this file.
Frontity won’t be able to use scss directly, so you’ll probably need to compile it to css first.