External FSCSS
How to link external .fscss file to HTML:Step1:create .fscss file, write in same FSCSS and CSS codeExample: //Variables $primary-color: midnightblue; $bg-stack: #FF9955 url(image.png) No-repeat center; $border: 1px solid #4CAF50; $gradient: mx(#111, #222, #333, #444, #555,'#00f'); //body elem Body{ Background: linear-gradient(30deg, $gradient!); color: $primary-color!; } //Select by name $(name: foo){ Background: $bg-stack!; Border: $border!; %2(width,…
https://devnews.tech/external-fscss/?utm_source=mastodon&utm_medium=jetpack_social