Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.64 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.64 KB

Banner

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

Installs

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)