Skip to content

fix(links): 📝 change absolute links to https links #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ Uses `yarn` mostly and `lerna` just for `github releases`
- You can utilize
[snippet variables](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_variables)
to enable interactivity within you snippets
- Check [`snippets/breakpoints.json`](snippets/breakpoints.json)
- Check
[`snippets/breakpoints.json`](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/snippets/contributions/snippet.json)

#### Test your snippets locally

Expand Down Expand Up @@ -169,4 +170,5 @@ Pull requests will be merged by me(@navin-moorthy) once submitted.
## License

By contributing your code to the chakra-ui GitHub repository, you agree to
license your contribution under the [MIT license](LICENSE).
license your contribution under the
[MIT license](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/LICENSE).
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VSCode CSS Snippets

![Cover](media/cover.jpg)
![Cover](https://raw.githubusercontent.com/navin-moorthy/vscode-css-snippets/master/media/cover.jpg)

## Description

Expand All @@ -22,7 +22,7 @@ To see the list of all the CSS Snippets, go [here →](#snippets)
Want to have your own favourite CSS Snippets in this extension, see
[Contributing →](#contributing)

![Tailwind Layout snippets Showcase](media/vscode-css-snippets.gif)
![Tailwind Layout snippets Showcase](https://github.com/navin-moorthy/vscode-css-snippets/raw/master/media/vscode-css-snippets.gif)

## Installation

Expand Down Expand Up @@ -61,7 +61,7 @@ You can enable tab completion (recommended) by opening

## Snippets

**[See how to utilize snippets marked with `selected` →](media/selected-guide.gif)**
**[See how to utilize snippets marked with `selected` →](https://raw.githubusercontent.com/navin-moorthy/vscode-css-snippets/master/media/selected-guide.gif)**

### Common

Expand Down Expand Up @@ -264,4 +264,6 @@ This is an Open Source Project with MIT License.
You can also contribute to this extension by adding your own list of CSS
Snippets which you think will help others increase their productivity.

See [Contributing Docs →](CONTRIBUTING.md) for detailed guidance.
See
[Contributing Docs →](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/CONTRIBUTING.md)
for detailed guidance.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"engines": {
"vscode": "^1.47.0"
},
"icon": "media/icon.png",
"icon": "https://raw.githubusercontent.com/navin-moorthy/vscode-css-snippets/master/media/icon.png",
"galleryBanner": {
"color": "#EA2E6E",
"theme": "dark"
Expand Down