SASS Addon
This addon adds SASS support to your project.
Just enable the addon and viola! Now you can use files that end with .sass
which will be automatically converted into .css
files upon build.
Usage in JSX/TSX:
jsx
import "./App.sass";