brackets-sass
brackets-sass copied to clipboard
Enable Live Preview and compile SASS files within Brackets
Is there any way to import sass files using wildcards? My team uses many .scss files spanned through different folders and it's a hassle to keep adding lines to the...
I have my project setup in a way where I have a css folder and a scss folder. I saved a scss folder in my css folder name "main.scss" and...
I can not for the life of me figure out how to disable the comments. I don't want: /\* line 14, C:/Users/r/Desktop/Brackets SASS/scss/style.scss */ in my css file for every...
Hi, I'm having trouble setting brackets sass on brackets 1.4 build 1.4.0-16380 . This is my file structure: |Test |.brackets.json |--css/ |--scss/ |------/test.scss And this is my .brackets.json file: {...
Hi, First off, great work! Really excited to get started with a new workflow for my design jobs. I just switched over to Brackets and plan to start using Bourbon/Neat...
When using output style nested, the output adds line breaks and whitespace which actually breaks the css. This only happens when using multiple selectors as a basis. Input: ``` input[type=text],...
I used this extension under Windows without any problems. But under MacOS X Yosemite, I'm experiencing two strange issues: 1. The extension will create .css and .map files even for...
Since I switched from Windows to OS X, I cannot use the Ruby compiler any more because Brackets Sass always runs into a time-out error. Now, my project has grown,...
Hey everyone, I set up my brackets.json to the following: ``` "sass.enabled": false, "sass.compiler": "ruby", "path": { "assets/sass/main.scss": { "sass.enabled": true, "sass.options": { "outputDir": "../css/", "includePaths": [], "sourceMap": true, "sourceComments":...
I've reread your instructions so many times but I can't figure out how to get brackets to compile my scss files. I compile them just fine through compass in terminal...