Syntax-highlighting-for-Sass icon indicating copy to clipboard operation
Syntax-highlighting-for-Sass copied to clipboard

A Sublime Text 3 package for highlighting both Sass and SCSS syntax.

Results 25 Syntax-highlighting-for-Sass issues
Sort by recently updated
recently updated
newest added

Pressing enter after typing in a mixin adds an indent for some reason now. It didn't do this before so I'm guessing it's related to the new updates? ![2018-02-07_10-30-09](https://user-images.githubusercontent.com/6680040/35931541-23a16c8c-0bf2-11e8-9e54-921203b8cdfb.gif)

**Steps to reproduce:** 1. Set syntax highlighting either SCSS or Sass (P233) 2. Write anything containing odd amount of single single quotation marks 3. Press [TAB]. 4. Profit?? This causes...

Hi! I just noticed this with the newest updates but not sure if this package causes it. Pseudos and links for example (after :) are not correctly colored. When I...

I've found that many element selectors (`div`, `form`, `input`, `button`, `h1`...`h6` amongst others) will be scoped as property names rather than elements when the following is true: - The element...

bug

This latest update has made my sidebar icons for .scss files disappear. I'm using the Soda theme, but not sure it's caused by that as everything seems to be in...

``` css span { box-shadow: 10px -1px 0 #fff, 0 -1px 0 #fff, 0 6px 0 #fff, 10px 6px 0 #fff, 10px 0 0 #fff; } ``` ![screen shot 2014-05-26...

bug

`&` is a keyword so it should get a scope like `keyword.control.parent-ref.css.sass`. It currently gets `entity.name.tag.css.sass.symbol`