Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skem9/bootstrap-5-live-scss-builder

Bootstrap 5.2.1 SASS/SCSS live editor that works within VSCode locally or on the web.
https://github.com/skem9/bootstrap-5-live-scss-builder

bootstrap-5 bootstrap-editable bootstrap5 gitpod live-editor sass vscode web-editor wysiwyg

Last synced: 6 days ago
JSON representation

Bootstrap 5.2.1 SASS/SCSS live editor that works within VSCode locally or on the web.

Awesome Lists containing this project

README

        

# Editor
Hoping to get a live SCSS/SASS editor working of BS5 through codepen.io

## Currently works in VSCode with these extensions:

kamikillerto.vscode-colorize

bierner.color-info



ritwickdey.LiveServer

glenn2223.live-sass

mrmlnc.vscode-autoprefixer



pucelle.vscode-css-navigation

Simple Browser

## How to set up

I have version 1.71.0 of VScoce installed.

Enable the live previewer.

Enable the above extensions, and turn on the live sass watcher.

Once you edit the Brandy/css.scss file it'll automatically update the preveiwer.

To have the live previewer update within the editor, press ``F1`` and type in Simple Browser, and start that. Copy / paste the url from the live previewer into the somple browser url bar and you'll have the live previewer update within the editer white you type.

More info to come soon.