A vscode plugin to compile css files
  • TypeScript 82.2%
  • JavaScript 14.4%
  • SCSS 3.4%
Find a file
renovateBot 51f1565b0c
All checks were successful
NodeJs / lint (push) Successful in 32s
NodeJs / build (push) Successful in 35s
Add renovate.json
2026-02-18 19:20:29 -05:00
.forgejo/workflows Install pnpm in workflows 2026-02-18 19:19:10 -05:00
.github/workflows Install pnpm in workflows 2026-02-18 19:19:10 -05:00
.vscode Use pnpm and fix commands 2025-10-08 12:28:19 -04:00
out Use pnpm and fix commands 2025-10-08 12:28:19 -04:00
src Use pnpm and fix commands 2025-10-08 12:28:19 -04:00
test Working compile on save 2025-03-20 14:57:11 +00:00
.gitignore Add typedoc config 2025-05-19 20:58:48 -04:00
.vscodeignore v0.0.4 release 2025-10-10 14:06:10 -04:00
eslint.config.mjs Add tsdoc eslint plugin and fix docs 2025-07-28 16:23:53 -04:00
LICENSE Initial commit 2025-03-18 14:13:52 -04:00
package.json update vscode types and add forgejo workflows 2026-02-18 18:07:15 -05:00
pnpm-lock.yaml update vscode types and add forgejo workflows 2026-02-18 18:07:15 -05:00
pnpm-workspace.yaml Use pnpm and fix commands 2025-10-08 12:28:19 -04:00
README.md v0.0.4 2025-10-08 12:31:19 -04:00
renovate.json Add renovate.json 2026-02-18 19:20:29 -05:00
tsconfig.json Update node version and remove vscode tests 2025-04-10 15:35:16 +00:00
typedoc.json Update to 0.0.3 2025-05-20 15:41:00 -04:00

SCSS-compiler

GitHub Actions Workflow Status

A simple extension to compile sass or scss files to css in your project.

my website extension github

Features

  • Compile all the SCSS files of your project
  • Compile the current file you are editing
  • Compile on save
  • Minify setting

Extension Settings

This extension contributes the following settings:

  • scss-compiler.minify: Enable/disable minifying(the output is all on a single line)
  • scss-compiler.compile-on-save: Compile the current file on save
  • scss-compiler.compile-all-on-save: Compile all the files on save instead of only the current one
  • scss-compiler.send-messages: Show info messages when compiling files

Changelog

0.0.4

Fix broken commands

0.0.3

Update dependencies and add code documentation

0.0.2

Added settings :

  • compile all on save
  • send log messages

0.0.1

Initial release.

Settings :

  • minify
  • compile on save

Commands :

  • compile all
  • compile current