Skip to content

Commit 36343d1

Browse files
committed
update npm tools
1 parent 78e03f3 commit 36343d1

File tree

4 files changed

+338
-346
lines changed

4 files changed

+338
-346
lines changed

iotstyle.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -496,12 +496,12 @@ body {
496496
margin-right: auto;
497497
width: calc(2 * var(--grid-width) + var(--grid-gap));
498498
}
499-
@container (width >=84ch) {
499+
@container (width >= 84ch) {
500500
.panel {
501501
width: calc(4 * var(--grid-width) + 3 * var(--grid-gap));
502502
}
503503
}
504-
@container (width >=126ch) {
504+
@container (width >= 126ch) {
505505
.panel {
506506
width: calc(6 * var(--grid-width) + 5 * var(--grid-gap));
507507
}
@@ -806,5 +806,3 @@ input.band.hue {
806806
input.band.white, input.band.lightness, input.band.saturation {
807807
background: linear-gradient(to right, black 0%, white 100%);
808808
}
809-
810-
/*# sourceMappingURL=iotstyle.css.map */

iotstyle.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)