Skip to content

v0.8 - SCSS Intellisense

Compare
Choose a tag to compare
@darrenkopp darrenkopp released this 09 Nov 04:31
· 111 commits to master since this release

The major new feature in v0.8 is smarter css property intellisense for nested properties.
Consider the following style, you will now get intellisense suggesting values like family
and weight when in the font block.

body {
    font: {
        size: 14px;
    }
}