Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

SCSS modern properties #262

Open
alexr00 opened this issue Oct 30, 2018 · 2 comments
Open

SCSS modern properties #262

alexr00 opened this issue Oct 30, 2018 · 2 comments

Comments

@alexr00
Copy link

alexr00 commented Oct 30, 2018

From @dnemoga on October 26, 2018 11:18

Example:

@mixin php-grid-row($alignment) {
    grid: {
	    auto: {
		    flow: column;
	    }
    }
}

auto has the following scopes:
meta.property-name.scss
meta.property-list.scss
meta.property-list.scss
source.css.scss

Is this correct?

Copied from original issue: microsoft/vscode#61869

@alexr00
Copy link
Author

alexr00 commented Oct 30, 2018

@dnemoga, can you show an example of what you think it should look like? I am not familiar with SCSS and it looks like it's highlighting similar to CSS.

@alexr00
Copy link
Author

alexr00 commented Oct 30, 2018

From @dnemoga on October 30, 2018 11:11

@alexr00, looks like built-in SCSS extension has no support for some modern properties.

vscode-scss-highlightning
vscode-scss-correct-highlightning

@alexr00 alexr00 changed the title SCSS syntax highlightning SCSS modern properties Oct 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants