DEV Community

FSCSS tutorials
FSCSS tutorials

Posted on • Edited on

How to use FSCSS with CSS

How to implement FSCSS in a web project.

Code:

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

Check out this Pen I made!


How to add external FSCSS in HTML.

FSCSS coding

Top comments (0)