File tree Expand file tree Collapse file tree 6 files changed +3584
-3574
lines changed Expand file tree Collapse file tree 6 files changed +3584
-3574
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments