sass-textmate-bundle icon indicating copy to clipboard operation
sass-textmate-bundle copied to clipboard

Sass support for TextMate & Sublime Text (2 & 3)

Results 39 sass-textmate-bundle issues
Sort by recently updated
recently updated
newest added

While working with the content attribute, I found out that the following will break the syntax highlighting ``` SASS content: "'"; // this works content: '"'; // this doesn't ```...

I've noticed some inconsistencies in the SASS highlighter: 1. Integer values are highlighted but not float values 2. Variables are not highlighted differently 3. Would be nice if values after...

I get no @import directives highlight in .scss files: ![st-sass-no-import-issue](https://cloud.githubusercontent.com/assets/283320/2696553/2c5e4552-c3e4-11e3-8f67-60e877ab97b4.png)

Currently I'm getting shouted at (in bright pink no-less ;)). ![screen shot 2014-07-22 at 08 03 54](https://cloud.githubusercontent.com/assets/868834/3654657/75e98b96-116e-11e4-9749-2b564513d9a8.png)

I am using scss files and I am seeing autocompletion for variables defined in the same file; But not for variables defined in other files in the project imported. Is...

.scss is highlighting but not .sass? any ideas?

http://unakravets.tumblr.com/post/78744593423/sass-snippets-the-almighty-ampersand "&__header{", "&__text{" and "&--link{" are not colored. ``` sass .speech-bubble{ color: purple; &__header{ color: orange; } &__text{ color: black; &--link{ color: green; } } } ```

Hi guys. I have SublimeText 2. When I change to Sass file, I lost the CSS intellisense. But, if I come back to CSS file, I get again the intellisense...

Hi, I was having an issue with sass-textmate-bundle while doing Michael Hartl's Rails Tutorial. I installed this via Package Control and got an error of Sass syntax not loading. For...

The highlighting for table-layout css property seems to be undefined. ![image](https://cloud.githubusercontent.com/assets/5690464/4301783/e9e48486-3e52-11e4-87b3-6ad6f28ae47e.png)