From 205770f7adc86c06f47ff94ac24bf8e86e0808ce Mon Sep 17 00:00:00 2001 From: Pranay Prakash Date: Wed, 7 Mar 2018 21:51:51 -0600 Subject: [PATCH] Add CSS Peek --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6ad62c0..d8ccb32 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,11 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ## CSS +#### [CSS Peek](https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek) +> Peek or Jump to a CSS definition directly from HTML, just like in Brackets! + +![CSS Peek](https://github.com/pranaygp/vscode-css-peek/blob/master/working.gif) + - [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.