File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
packages/tailwindcss-language-server Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 33
33
"devDependencies" : {
34
34
"@parcel/watcher" : " 2.0.3" ,
35
35
"@tailwindcss/aspect-ratio" : " 0.4.2" ,
36
+ "@tailwindcss/container-queries" : " 0.1.0" ,
36
37
"@tailwindcss/forms" : " 0.5.3" ,
37
38
"@tailwindcss/line-clamp" : " 0.4.2" ,
38
39
"@tailwindcss/typography" : " 0.5.7" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ export default {
3
3
module : require ( '@tailwindcss/aspect-ratio' ) ,
4
4
version : require ( '@tailwindcss/aspect-ratio/package.json' ) . version ,
5
5
} ,
6
+ '@tailwindcss/container-queries' : {
7
+ module : require ( '@tailwindcss/container-queries' ) ,
8
+ version : require ( '@tailwindcss/container-queries/package.json' ) . version ,
9
+ } ,
6
10
'@tailwindcss/forms' : {
7
11
module : require ( '@tailwindcss/forms' ) ,
8
12
version : require ( '@tailwindcss/forms/package.json' ) . version ,
You can’t perform that action at this time.
0 commit comments