FSCSS VS Code ExtensionOfficial Visual Studio Code support for FSCSS (Figured Shorthand Cascading Style Sheets). This extension improves the development experience when writing FeaturesSyntax Highlighting Provides dedicated syntax highlighting for FSCSS files including:
CSS syntax is also supported automatically, so standard CSS rules still highlight correctly. Code Snippets Quickly generate common FSCSS structures. Example snippet triggers: Trigger| Expands To
FSCSS Compilation Compile FSCSS directly inside VS Code. Command:
The extension will:
Auto Compile on Save When a Example:
becomes
This allows FSCSS to integrate easily with normal HTML projects. Requirements You must install the FSCSS compiler. Global install:
Or install in your project:
Example Example FSCSS:
Compiled CSS:
Extension Commands Command| Description
File Support The extension activates automatically for:
files. About FSCSS |