Skip to content

Commit

Permalink
feat(snippets): ✨ add tailwind spacing - margin snippets (#32)
Browse files Browse the repository at this point in the history
closes #31
  • Loading branch information
navin-moorthy committed Aug 10, 2020
1 parent 1f82031 commit 65e455e
Show file tree
Hide file tree
Showing 3 changed files with 1,349 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



# [0.4.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.3.0...v0.4.0) (2020-07-22)


### ✨ Features

* **snippets:** ✨ add tailwind grid snippets ([#30](https://github.com/navin-moorthy/vscode-css-snippets/issues/30)) ([bc2bd84](https://github.com/navin-moorthy/vscode-css-snippets/commit/bc2bd847bc1ba6c850d549670db19256b651be2d)), closes [#29](https://github.com/navin-moorthy/vscode-css-snippets/issues/29)





# [0.3.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.2.1...v0.3.0) (2020-07-21)


Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"language": "css",
"path": "./snippets/tailwind/grid.json"
},
{
"language": "css",
"path": "./snippets/tailwind/spacing.json"
},
{
"language": "css",
"path": "./snippets/1linelayouts/snippets.json"
Expand Down
Loading

0 comments on commit 65e455e

Please sign in to comment.