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" ;
12@use " breakpoints" ;
23@use " fonts" ;
34@use " keyframes" ;
45@use " themes" ;
56@use " screen/default" ;
67
78@media (min-width : breakpoints .$small ) {
8- @import " screen/small" ;
9+ @include meta . load-css ( " screen/small" ) ;
910}
1011
1112@media (min-width : breakpoints .$medium ) {
12- @import " screen/medium" ;
13+ @include meta . load-css ( " screen/medium" ) ;
1314}
1415
1516@media (min-width : breakpoints .$large ) {
16- @import " screen/large" ;
17+ @include meta . load-css ( " screen/large" ) ;
1718}
Original file line number Diff line number Diff line change 11{
22 "name" : " postprocessing" ,
3- "version" : " 6.36.3 " ,
3+ "version" : " 6.36.4 " ,
44 "description" : " A post processing library for three.js." ,
55 "homepage" : " https://github.com/pmndrs/postprocessing" ,
66 "license" : " Zlib" ,
8181 "watch:js" : " node esbuild -w"
8282 },
8383 "peerDependencies" : {
84- "three" : " >= 0.157.0 < 0.170 .0"
84+ "three" : " >= 0.157.0 < 0.171 .0"
8585 },
8686 "devDependencies" : {
8787 "@tweakpane/core" : " 2.x.x" ,
9393 "cpy-cli" : " 5.x.x" ,
9494 "cssnano" : " 7.x.x" ,
9595 "dat.gui" : " 0.x.x" ,
96- "del-cli" : " 5 .x.x" ,
96+ "del-cli" : " 6 .x.x" ,
9797 "esbuild" : " 0.24.x" ,
9898 "esbuild-plugin-glsl" : " 1.x.x" ,
9999 "esdoc" : " 1.x.x" ,
117117 "tiny-glob" : " 0.x.x" ,
118118 "tslib" : " 2.x.x" ,
119119 "tweakpane" : " 4.x.x" ,
120- "typescript" : " 5.x .x"
120+ "typescript" : " 5.6 .x"
121121 }
122122}
You can’t perform that action at this time.
0 commit comments