Skip to content

Commit 4117b28

Browse files
committed
Updated the readme files.
1 parent 1cd3541 commit 4117b28

File tree

5 files changed

+49
-39
lines changed

5 files changed

+49
-39
lines changed

SassSnippetVsixExtension/readme.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@
22
A snippet pack to help you write scss code. This adds a code snippet pack in the
33
code snippet manager of Visual Studio.
44

5+
![VSTS Online Build Status](https://clydedsouza.visualstudio.com/_apis/public/build/definitions/7c52bec1-78bf-44df-8d49-03c20ee978c6/2/badge)
6+
7+
58
## Where to get it?
69
Download the Sass Snippet Pack from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=clydedsouza.SassSnippetVsixExtension) or install directly from Visual Studio by searching for "Sass Snippet Pack" in the 'Extensions and Updates' window.
10+
711

8-
## How to use?
9-
Shortcuts for each snippet have been added and should appear while typing in a CSS file.
10-
Else, use the ``Ctrl K + Ctrl X`` to bring up the CSS code snippet manager and find the Sass Snippet Pack
11-
there.
12-
13-
## Feedback
14-
The Sass Snippet Pack is just in version 1.0.0 (beta) as of now and therefore you may find certain snippets/features
15-
missing. It would be great if you could create a [new issue on GitHub here](https://github.com/ClydeDz/sass-snippet-pack/issues) and let me know what you're after and I can include
16-
that in the product backlog for next releases.
17-
18-
Please search the issues first before creating a new one. :)
19-
20-
(c) 2017 [Clyde D'Souza](https://clydedsouza.net)
12+
## More details
13+
Please find more details in [this wiki](https://github.com/ClydeDz/sass-snippet-pack/wiki)
14+
15+
16+
Sass Snippet Pack (c) 2017 [Clyde D'Souza](https://clydedsouza.net)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Sass Snippet Pack for Visual Studio
2+
A snippet pack to help you write scss code. This adds a code snippet pack in the
3+
code snippet manager of Visual Studio.
4+
5+
![VSTS Online Build Status](https://clydedsouza.visualstudio.com/_apis/public/build/definitions/7c52bec1-78bf-44df-8d49-03c20ee978c6/2/badge)
6+
7+
8+
## Where to get it?
9+
Download the Sass Snippet Pack from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=clydedsouza.SassSnippetVsixExtension) or install directly from Visual Studio by searching for "Sass Snippet Pack" in the 'Extensions and Updates' window.
10+
11+
12+
## More details
13+
Please find more details in [this wiki](https://github.com/ClydeDz/sass-snippet-pack/wiki)
14+
15+
16+
Sass Snippet Pack (c) 2017 [Clyde D'Souza](https://clydedsouza.net)

SassVsixExtension.Website/SassVsixExtension.Website/readme.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,8 @@ code snippet manager of Visual Studio.
99
Download the Sass Snippet Pack from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=clydedsouza.SassSnippetVsixExtension) or install directly from Visual Studio by searching for "Sass Snippet Pack" in the 'Extensions and Updates' window.
1010

1111

12-
## How to use?
13-
Shortcuts for each snippet have been added and should appear while typing in a CSS file.
14-
Else, use the ``Ctrl K + Ctrl X`` to bring up the CSS code snippet manager and find the Sass Snippet Pack
15-
there.
12+
## More details
13+
Please find more details in [this wiki](https://github.com/ClydeDz/sass-snippet-pack/wiki)
1614

17-
18-
## Feedback
19-
The Sass Snippet Pack is just in version 1.0.0 (beta) as of now and therefore you may find certain snippets/features
20-
missing. It would be great if you could create a [new issue on GitHub here](https://github.com/ClydeDz/sass-snippet-pack/issues) and let me know what you're after and I can include
21-
that in the product backlog for next releases.
22-
23-
Please search the issues first before creating a new one. :)
24-
25-
(c) 2017 [Clyde D'Souza](https://clydedsouza.net)
15+
16+
Sass Snippet Pack (c) 2017 [Clyde D'Souza](https://clydedsouza.net)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Sass Snippet Pack for Visual Studio
2+
A snippet pack to help you write scss code. This adds a code snippet pack in the
3+
code snippet manager of Visual Studio.
4+
5+
![VSTS Online Build Status](https://clydedsouza.visualstudio.com/_apis/public/build/definitions/7c52bec1-78bf-44df-8d49-03c20ee978c6/2/badge)
6+
7+
8+
## Where to get it?
9+
Download the Sass Snippet Pack from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=clydedsouza.SassSnippetVsixExtension) or install directly from Visual Studio by searching for "Sass Snippet Pack" in the 'Extensions and Updates' window.
10+
11+
12+
## More details
13+
Please find more details in [this wiki](https://github.com/ClydeDz/sass-snippet-pack/wiki)
14+
15+
16+
Sass Snippet Pack (c) 2017 [Clyde D'Souza](https://clydedsouza.net)

readme.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,8 @@ code snippet manager of Visual Studio.
99
Download the Sass Snippet Pack from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=clydedsouza.SassSnippetVsixExtension) or install directly from Visual Studio by searching for "Sass Snippet Pack" in the 'Extensions and Updates' window.
1010

1111

12-
## How to use?
13-
Shortcuts for each snippet have been added and should appear while typing in a CSS file.
14-
Else, use the ``Ctrl K + Ctrl X`` to bring up the CSS code snippet manager and find the Sass Snippet Pack
15-
there.
12+
## More details
13+
Please find more details in [this wiki](https://github.com/ClydeDz/sass-snippet-pack/wiki)
1614

17-
18-
## Feedback
19-
The Sass Snippet Pack is just in version 1.0.0 (beta) as of now and therefore you may find certain snippets/features
20-
missing. It would be great if you could create a [new issue on GitHub here](https://github.com/ClydeDz/sass-snippet-pack/issues) and let me know what you're after and I can include
21-
that in the product backlog for next releases.
22-
23-
Please search the issues first before creating a new one. :)
24-
25-
(c) 2017 [Clyde D'Souza](https://clydedsouza.net)
15+
16+
Sass Snippet Pack (c) 2017 [Clyde D'Souza](https://clydedsouza.net)

0 commit comments

Comments
 (0)