Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vunguyentuan/vscode-postcss

VSCode extension that support PostCSS language & autocomplete
https://github.com/vunguyentuan/vscode-postcss

Last synced: about 1 month ago
JSON representation

VSCode extension that support PostCSS language & autocomplete

Awesome Lists containing this project

README

        

![Banner](https://github.com/vunguyentuan/vscode-postcss/raw/master/banner.jpg)

> This extension is a mixed of two famous extensions [postcss-language](https://github.com/csstools/postcss-language.git) and [vscode-postcss-language](https://github.com/MhMadHamster/vscode-postcss-language).


Installs


## Installation

**[Install via the Visual Studio Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=vunguyentuan.vscode-postcss)**

## Features
- Basic autocomplete
- Syntax highlighting
- Support color preview
- Play nicely with [CSS Variable Autocomplete](https://marketplace.visualstudio.com/items?itemName=vunguyentuan.vscode-css-variables) extension.

## Support for Emmet

1. Open the command palette and select **Preferences: Open Settings (JSON)**
2. Add the following configuration:

```json
{
"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)