File tree Expand file tree Collapse file tree 4 files changed +851
-821
lines changed Expand file tree Collapse file tree 4 files changed +851
-821
lines changed Original file line number Diff line number Diff line change
1
+ @use " sass:meta" ;
1
2
@use " breakpoints" ;
2
3
@use " fonts" ;
3
4
@use " keyframes" ;
4
5
@use " themes" ;
5
6
@use " screen/default" ;
6
7
7
8
@media (min-width : breakpoints .$small ) {
8
- @import " screen/small" ;
9
+ @include meta . load-css ( " screen/small" ) ;
9
10
}
10
11
11
12
@media (min-width : breakpoints .$medium ) {
12
- @import " screen/medium" ;
13
+ @include meta . load-css ( " screen/medium" ) ;
13
14
}
14
15
15
16
@media (min-width : breakpoints .$large ) {
16
- @import " screen/large" ;
17
+ @include meta . load-css ( " screen/large" ) ;
17
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postprocessing" ,
3
- "version" : " 6.36.3 " ,
3
+ "version" : " 6.36.4 " ,
4
4
"description" : " A post processing library for three.js." ,
5
5
"homepage" : " https://github.com/pmndrs/postprocessing" ,
6
6
"license" : " Zlib" ,
81
81
"watch:js" : " node esbuild -w"
82
82
},
83
83
"peerDependencies" : {
84
- "three" : " >= 0.157.0 < 0.170 .0"
84
+ "three" : " >= 0.157.0 < 0.171 .0"
85
85
},
86
86
"devDependencies" : {
87
87
"@tweakpane/core" : " 2.x.x" ,
93
93
"cpy-cli" : " 5.x.x" ,
94
94
"cssnano" : " 7.x.x" ,
95
95
"dat.gui" : " 0.x.x" ,
96
- "del-cli" : " 5 .x.x" ,
96
+ "del-cli" : " 6 .x.x" ,
97
97
"esbuild" : " 0.24.x" ,
98
98
"esbuild-plugin-glsl" : " 1.x.x" ,
99
99
"esdoc" : " 1.x.x" ,
117
117
"tiny-glob" : " 0.x.x" ,
118
118
"tslib" : " 2.x.x" ,
119
119
"tweakpane" : " 4.x.x" ,
120
- "typescript" : " 5.x .x"
120
+ "typescript" : " 5.6 .x"
121
121
}
122
122
}
You can’t perform that action at this time.
0 commit comments