Skip to content

Commit

Permalink
Merge pull request #667 from pmndrs/dev
Browse files Browse the repository at this point in the history
Version 6.36.4
  • Loading branch information
vanruesc authored Nov 5, 2024
2 parents d0cfe70 + 63f7197 commit e9c56a3
Show file tree
Hide file tree
Showing 4 changed files with 851 additions and 821 deletions.
7 changes: 4 additions & 3 deletions manual/assets/css/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
@use "sass:meta";
@use "breakpoints";
@use "fonts";
@use "keyframes";
@use "themes";
@use "screen/default";

@media (min-width: breakpoints.$small) {
@import "screen/small";
@include meta.load-css("screen/small");
}

@media (min-width: breakpoints.$medium) {
@import "screen/medium";
@include meta.load-css("screen/medium");
}

@media (min-width: breakpoints.$large) {
@import "screen/large";
@include meta.load-css("screen/large");
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postprocessing",
"version": "6.36.3",
"version": "6.36.4",
"description": "A post processing library for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"license": "Zlib",
Expand Down Expand Up @@ -81,7 +81,7 @@
"watch:js": "node esbuild -w"
},
"peerDependencies": {
"three": ">= 0.157.0 < 0.170.0"
"three": ">= 0.157.0 < 0.171.0"
},
"devDependencies": {
"@tweakpane/core": "2.x.x",
Expand All @@ -93,7 +93,7 @@
"cpy-cli": "5.x.x",
"cssnano": "7.x.x",
"dat.gui": "0.x.x",
"del-cli": "5.x.x",
"del-cli": "6.x.x",
"esbuild": "0.24.x",
"esbuild-plugin-glsl": "1.x.x",
"esdoc": "1.x.x",
Expand All @@ -117,6 +117,6 @@
"tiny-glob": "0.x.x",
"tslib": "2.x.x",
"tweakpane": "4.x.x",
"typescript": "5.x.x"
"typescript": "5.6.x"
}
}
Loading

0 comments on commit e9c56a3

Please sign in to comment.