sass-textmate-bundle
sass-textmate-bundle copied to clipboard
Sass support for TextMate & Sublime Text (2 & 3)
& must appear at the beginning of a compound selector, but it can be followed by a suffix that will be added to the parent selector. For example: ``` #main...
I use Sublime Text 3 with plugins [Sass](https://packagecontrol.io/packages/Sass) and [CSS Extended Completion](https://packagecontrol.io/packages/CSS%20Extended%20Completions) but when i work with SCSS file, any auto-complete option by [CSS Extended Completion](https://packagecontrol.io/packages/CSS%20Extended%20Completions) does not work. I...
Sass doesn't show up in ST3 package control for me. SASS Build, snippets, director, and beautify show up, but not this plugin.
Hi, after the last update Sublime Text says, that it can not format SASS/SCSS files. I removed the package, reinstalled and after one day I get the same error. Could...
Quick UX tip. It's better to front-load your autocomplete list. In other words put the description on the left and the shortcut on the right. This is more meaningful to...
I noticed that some flex attributes were not included as keywords. I've added `align-content`, `align-items`, `align-self`, and `justify-content` to the list.
 Arch Linux, ST3 build 3095 I'm sending the names of placeholder selectors to a mixin that applies `@extend` and the `%` symbol. A single color would suffice.
There was a relatively recent addition of the `` element to HTML. This doesn't seem to be detected and highlighted like other specified tags (this also occurs with Sublime Text's...
IMHO it would be nice to improve the structure of this repo or split it into two differents, one for Textmate and another for Sublime. The problem here is that...
Why aren't the units highlighted? CSS  SASS 