vscode-postcss

2.0.2 • Public • Published

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)

Dependencies (0)

    Dev Dependencies (13)

    Package Sidebar

    Install

    npm i vscode-postcss

    Weekly Downloads

    0

    Version

    2.0.2

    License

    none

    Unpacked Size

    2.56 MB

    Total Files

    29

    Last publish

    Collaborators

    • vunguyentuan