2.0.2 • Published 2 years ago

vscode-postcss v2.0.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

Banner

This extension is a mixed of two famous extensions postcss-language and vscode-postcss-language.

Installation

Install via the Visual Studio Code Marketplace →

Features

Support for Emmet

  1. Open the command palette and select Preferences: Open Settings (JSON)
  2. Add the following configuration:
{
  "emmet.includeLanguages": {
    "postcss": "css"
  }
}

Disable validation

"postcss.validate": false

Future development

  • Add real postcss language service server (currently using SASS language service with some tweaks)