Skip to content

Commit 7650dc7

Browse files
build(deps-dev): bump prettier from 2.7.1 to 2.8.0 (#200)
* build(deps-dev): bump prettier from 2.7.1 to 2.8.0 Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.7.1...2.8.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: prettified a file Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]>
1 parent 79cbb63 commit 7650dc7

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
@@ -90,7 +90,7 @@
9090
"postcss-cli": "^10.0.0",
9191
"postcss-focus": "^5.0.1",
9292
"postcss-list-style-safari-fix": "^1.0.0",
93-
"prettier": "^2.5.1",
93+
"prettier": "^2.8.0",
9494
"pretty-quick": "^3.1.3",
9595
"rimraf": "^3.0.2",
9696
"sass": "^1.56.1",

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

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

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

0 commit comments

Comments
 (0)