DEV Community

FSCSS tutorial
FSCSS tutorial

Posted on • Edited on

How to use FSCSS with CSS

How to implement FSCSS in a web project.

Code:

<script src='https://cdn.jsdelivr.net/npm/[email protected]/e/exec.min.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)