Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritwickdey/vscode-live-sass-compiler
Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://github.com/ritwickdey/vscode-live-sass-compiler
sass sass-compiler scss typescript vscode vscode-extension
Last synced: 3 months ago
JSON representation
Compile Sass or Scss file to CSS at realtime with live browser reload feature.
- Host: GitHub
- URL: https://github.com/ritwickdey/vscode-live-sass-compiler
- Owner: ritwickdey
- License: mit
- Archived: true
- Created: 2017-07-09T17:04:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T23:45:17.000Z (about 1 year ago)
- Last Synced: 2024-09-25T10:04:29.706Z (3 months ago)
- Topics: sass, sass-compiler, scss, typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://ritwickdey.github.io/vscode-live-sass-compiler/
- Size: 3.76 MB
- Stars: 657
- Watchers: 29
- Forks: 169
- Open Issues: 415
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wechat-app - vscode-live-sass-compiler - vscode插件根据.scss文件自动生成wxss文件 (插件)
- awesome-wechat-weapp - vscode-live-sass-compiler - vscode插件根据.scss文件自动生成wxss文件 (插件)
README
-------
❗IMPORTANT: This extenison has been deprecated.Please install this [extension](https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass).
Maintained by [Glenn](https://github.com/glenn2223).
A big thank you to [Glenn](https://github.com/glenn2223).
Repo: https://github.com/glenn2223/vscode-live-sass-compiler-----
# Live Sass Compiler
**_[If you like the extension, [please leave a review](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass#review-details), it puts a smile on my face.]_**
**_[If you found any bug or if you have any suggestion, feel free to report or suggest me.]_**
[![VSCode Marketplace Badge](https://img.shields.io/vscode-marketplace/v/ritwickdey.live-sass.svg?label=VSCode%20Marketplace&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass) [![Total Install](https://img.shields.io/vscode-marketplace/d/ritwickdey.live-sass.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass) [![Avarage Rating Badge](https://img.shields.io/vscode-marketplace/r/ritwickdey.live-sass.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/ritwickdey/vscode-live-sass-compiler/)
A VSCode Extension that help you to compile/transpile your SASS/SCSS files to CSS files at realtime with live browser reload.
![App Preview](./images/Screenshot/AnimatedPreview.gif)
## Usage/Shortcuts
1. Click to `Watch Sass` from Statusbar to turn on the live compilation and then click to `Stop Watching Sass` from Statusbar to turn on live compilation .
![Statusbar control](./images/Screenshot/statusbar.jpg)2. Press `F1` or `ctrl+shift+P` and type `Live Sass: Watch Sass` to start live compilation or, type `Live Sass: Stop Watching Sass` to stop a live compilation.
3. Press `F1` or `ctrl+shift+P` and type `Live Sass: Compile Sass - Without Watch Mode ` to compile Sass or Scss for one time.## Features
* Live SASS & SCSS Compile.
* Customizable file location of exported CSS.
* Customizable exported CSS Style (`expanded`, `compact`, `compressed`, `nested`).
* Customizable extension name (`.css` or `.min.css`).
* Quick Status bar control.
* Exclude Specific Folders by settings.
* Live Reload to browser (Dependency on `Live Server` extension).
* Autoprefix Supported (See setting section)## Installation
Open VSCode Editor and Press `ctrl+P`, type `ext install live-sass`.## Settings
All settings are now listed here [Settings Docs](./docs/settings.md).## FAQ
*All FAQs are now listed here [FAQ Docs](./docs/faqs.md)*## Extension Dependency
This extension has dependency on _[Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)_ extension for live browser reload.## What's new ?
* #### Version 3.0.0 (11.07.2018)
* Upgrade `sass.js` library that included fixes for 8 digit Hex code & grid name. [Fixes [#39](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/39), [#40](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/40), [#78](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/77)]## Changelog
To check full changelog click here [changelog](CHANGELOG.md).## LICENSE
This extension is licensed under the [MIT License](LICENSE)