DEV Community

FSCSS tutorial
FSCSS tutorial

Posted on • Edited on

Styling with FSCSS

Link FSCSS to your HTML:

<haed>
<script src='https://combinatronics.io/Figsh/FSCSS/refs/heads/4.0.1/fscss_exec.js' async=""></script>
</head>
<style>
//test FSCSS
</style>
Enter fullscreen mode Exit fullscreen mode

It reduced the CSS text.

Top comments (0)