brackets-sass
brackets-sass copied to clipboard
Enable Live Preview and compile SASS files within Brackets
When i import my scss partial (@import('config') it doesn't read please i have been trying to figure this out for 3 days now but still can
i wanted to compress my css file and also want to keep those comment's I wrote in SCSS files. It seems there is no situation like this. here's my .json...
Anyone with any idea of solving this issue. I can't use bracket without sass installed
It would be really awesome if the .scss changes were shown in live-preview! Also, is it a good idea to be using this extension in 2020?
I have this issue for some time. I have a main.scss file including _variables.scss from 'helpers' folder and then some other partials. It compiles smoothly. But now I wanted main.scss...
Keep having an issue where everything is compiling fine for a bit then suddenly I get a warning that compiling has timed out. I have to restart brackets or reload...
Hi ! No compilation occurs from sass to css when I modify the scss file. I configured the json file as needed : ``` { "sass.enabled": false, "path": { "assets/sass/main.scss":...
I installed Brackets SASS version 2.0.5 but I can't get it to work. After creating the Sass file, Brackets gave me a "cleanup" error. I tried installing an older version...
Brackets version 1.10 plugin 2.0.5 1. Installed Ruby 2. Installed Sass 3. Created .brackets.json with following code. { "sass.enabled": false, "path": { "SASS/app.scss": { "sass.enabled": true, "sass.options": { "outputDir": "../CSS/",...
not working
Error: `libsass` bindings not found in C:\Users\amitmdesign\AppData\Roaming\Brackets\extensions\user\jasonsanjose.brackets-sass\node\2.0.3\node_modules\node-sass\vendor\win32-ia32-48\binding.node. Try reinstalling `node-sass`? at Object.sass.getBinaryPath (C:\Users\amitmdesign\AppData\Roaming\Brackets\extensions\user\jasonsanjose.brackets-sass\node\2.0.3\node_modules\node-sass\lib\extensions.js:148:11) at Object. (C:\Users\amitmdesign\AppData\Roaming\Brackets\extensions\user\jasonsanjose.brackets-sass\node\2.0.3\node_modules\node-sass\lib\index.js:16:36) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at Module.load (module.js:458:32) at tryModuleLoad (module.js:417:12) at Function.Module._load...