brackets-sass icon indicating copy to clipboard operation
brackets-sass copied to clipboard

Cleanup issue with latest versions of brackets and plugin

Open nehamjadhav opened this issue 7 years ago • 3 comments

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/", "includePaths": [], "sourceComments": true, "outputStyle": "nested" }, "linting.collapsed": false } } }

  1. Created files in respective folder Sass/app.scss CSS/app.css

image

This is my scss file code.

  1. Linked css file in index.html but in scss file i am getting cleanup warning. Please help. I am new to programming. I have just started learning coding.

nehamjadhav avatar Jul 23 '17 11:07 nehamjadhav

I have just upgrade to bracket 1.10 and this issue pop up again (every time I upgrade bracket). Please Yelp................

  1. some times when I downgrade bracket the error disappear, Although I hate this options it works. 2, Or I use Prepos to compile sass to css-----------------it works but the worst alternative.

This time I want to use the latest versions of bracket every time Adobe release

Humphrzy avatar Jul 29 '17 12:07 Humphrzy

@nehamjadhav @Humphreto try this version, be sure to uninstall first. https://mega.nz/#!N0lDmB5Z!N32mfb_YTtt6facHH0vkoCPHWq9tWD--jHiKAUPyqQ8

gverm avatar Aug 03 '17 12:08 gverm

@gverm That link no longers works. What happened to it? Am trying sass on bracket 1.13

Humphrzy avatar Sep 05 '18 12:09 Humphrzy