From c95c4cb12d07d84729a3cdb8bc6ddd27ee219172 Mon Sep 17 00:00:00 2001 From: Hossam Mourad Date: Fri, 20 Jan 2017 21:51:52 +0200 Subject: [PATCH] add Autoprefixer --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1128a14..191e3c6 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,9 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ### CSS - [stylelint](https://marketplace.visualstudio.com/items?itemName=shinnn.stylelint) - Lint CSS/SCSS. +- [Autoprefixer](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-autoprefixer) + >Parse CSS,SCSS, LESS and add vendor prefixes automatically. + ![Autoprefixer](https://cloud.githubusercontent.com/assets/7034281/16823311/da82a3c6-496b-11e6-8d95-0bebbf0b9607.gif) ### Go