A CSS theme with the power of the Bulma framework.
sass --sourcemap=none TwentyTwentyStyles.scss:TwentyTwentyStyles.css
If you want the minimum file.
sass --sourcemap=none TwentyTwentyStyles.scss:TwentyTwentyStyles.css --style compressed
You need Sass command line.
gem install sass
To try it out, run:
sass -v
If you are on Windows and use Chocolatey:
choco install sass