Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bceaef2

Browse files
refactor(snippets): ♻️ move space snippets to individual files (#38) (#40)
closes #38
1 parent b5ab1a8 commit bceaef2

File tree

6 files changed

+3584
-3574
lines changed

6 files changed

+3584
-3574
lines changed

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ You can enable tab completion (recommended) by opening
9191

9292
### [Tailwind](https://tailwindcss.com/)
9393

94-
- Layout Snippets
95-
- FlexBox Snippets
96-
- Grid Snippets
97-
- Spacing Snippets
94+
- [Layout Snippets](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/docs/tailwind/layout.md)
95+
- [FlexBox Snippets](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/docs/tailwind/flex.md)
96+
- [Grid Snippets](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/docs/tailwind/grid.md)
97+
- [Spacing Snippets](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/docs/tailwind/spacing.md)
9898

9999
### [1 line layouts](https://1linelayouts.glitch.me/)
100100

‎package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,15 @@
5353
},
5454
{
5555
"language": "css",
56-
"path": "./snippets/tailwind/spacing.json"
56+
"path": "./snippets/tailwind/spacing/padding.json"
57+
},
58+
{
59+
"language": "css",
60+
"path": "./snippets/tailwind/spacing/margin.json"
61+
},
62+
{
63+
"language": "css",
64+
"path": "./snippets/tailwind/spacing/space-between.json"
5765
},
5866
{
5967
"language": "css",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /