Skip to content

Commit b637089

Browse files
committed
Update prettier to v3
1 parent 349966f commit b637089

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

examples/src/scss/_cayman.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ a {
7575
border-style: solid;
7676
border-width: 1px;
7777
border-radius: 0.3rem;
78-
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
78+
transition:
79+
color 0.2s,
80+
background-color 0.2s,
81+
border-color 0.2s;
7982

8083
@include large {
8184
padding: 0.75rem 1rem;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"mocha": "^10.0.0",
8787
"postcss": "^8.4.21",
8888
"postcss-cli": "^11.0.0",
89-
"prettier": "^2.8.7",
89+
"prettier": "^3.6.2",
9090
"react": "^18.2.0",
9191
"react-dom": "^18.2.0",
9292
"sass": "^1.58.2",

src/scss/react-checkbox-tree.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$rct-icon-font-family: "Font Awesome 6 Free", "Font Awesome 5 Free",
2-
"FontAwesome", sans-serif;
1+
$rct-icon-font-family: // stylelint-disable-line scss/dollar-variable-colon-space-after
2+
"Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif;
33
$rct-icon-color: #33c !default;
44
$rct-label-hover: rgba($rct-icon-color, 0.1) !default;
55
$rct-label-active: rgba($rct-icon-color, 0.15) !default;

0 commit comments

Comments
 (0)