Skip to content

Commit 7aa3ac7

Browse files
committed
Merge branch 'main' into dbux-3
2 parents 7e2ae7b + 7650dc7 commit 7aa3ac7

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"postcss-cli": "^10.0.0",
8989
"postcss-focus": "^5.0.1",
9090
"postcss-list-style-safari-fix": "^1.0.0",
91-
"prettier": "^2.5.1",
91+
"prettier": "^2.8.0",
9292
"pretty-quick": "^3.1.3",
9393
"rimraf": "^3.0.2",
9494
"sass": "^1.56.1",

source/_patterns/01-elements/input/input.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@
7070
// Floating labels
7171
margin-top: to-rem($pxValue: 16);
7272

73-
&:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="time"]):not([type="week"])
73+
&:not([type="date"]):not([type="datetime-local"]):not(
74+
[type="month"]
75+
):not([type="time"]):not([type="week"])
7476
+ .elm-label {
7577
// position: absolute;
7678
// left: calc(#{to-em($pxValue: 10)} - 1px);

0 commit comments

Comments
 (0)