home.social

#ff9955 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ff9955, aggregated by home.social.

  1. 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,…

    devnews.tech/external-fscss/?u