@femn0x/sccs-compiler
v1.0.0
Published
scss to css compiler
Downloads
6
Readme
SCSS Compiler
A simple web-based SCSS compiler that lets you write SCSS and instantly see the compiled CSS output.
Features
- Live SCSS to CSS compilation
- Syntax highlighting
- Error reporting
- Download compiled CSS
Getting Started
Clone the repository:
git clone https://github.com/Femn0X/Scss-compiler.git cd web-scss-compilerInstall dependencies:
npm installStart the development server:
npm startOpen your browser at
http://localhost:3000
Usage
- Write your SCSS code in the editor.
- View the compiled CSS output in real time.
- Download the CSS file when ready.
Technologies
- SCSS
