Skip to content

Cleanup issue with latest versions of brackets and plugin #199

Description

@nehamjadhav

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions