https://github.com/acode-foundation/acode-plugin-sass
Live sass compiler for acode
https://github.com/acode-foundation/acode-plugin-sass
Last synced: about 1 year ago
JSON representation
Live sass compiler for acode
- Host: GitHub
- URL: https://github.com/acode-foundation/acode-plugin-sass
- Owner: Acode-Foundation
- Created: 2022-09-27T05:39:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T08:36:37.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T23:55:23.183Z (about 1 year ago)
- Language: JavaScript
- Size: 4.17 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SASS compiler
This plugin compile scss to css on file save. **Note**, this plugin is monetized with ads in _free version_ of the app.
## Updates
### 1.0.5
- Bug fixes
- Added settings
- Fix error reporting
## Ignore file
To prevent file from compiling add `//--ignore-compile` at the top of your scss file.
## Settings
To edit settings, search command 'live sass settings' in command palette.
- style: Format output: nested, expanded, compact, compressed
- precision: Decimal point precision for outputting fractional numbers
- comments: If you want inline source comments
- indent: String to be used for indentation
- linefeed: String to be used to for line feeds
- sourceMapContents: Embed included contents in maps
- sourceMapEmbed: Embed sourceMappingUrl as data uri
- sourceMapOmitUrl: Disable sourceMappingUrl in css output
- outputDir: Path to write output file
- watch: Weather to comple scss/sass file on save