You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created files in respective folder
Sass/app.scss
CSS/app.css
This is my scss file code.
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.
The text was updated successfully, but these errors were encountered:
I have just upgrade to bracket 1.10 and this issue pop up again (every time I upgrade bracket). Please Yelp................
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
Brackets version 1.10
plugin 2.0.5
{
"sass.enabled": false,
"path": {
"SASS/app.scss": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../CSS/",
"includePaths": [],
"sourceComments": true,
"outputStyle": "nested"
},
"linting.collapsed": false
}
}
}
Created files in respective folder
Sass/app.scss
CSS/app.css
This is my scss file code.
The text was updated successfully, but these errors were encountered: