Skip to content

Commit

Permalink
chore: fix sass deprecation with mixed declaration in nested rules
Browse files Browse the repository at this point in the history
See: https://sass-lang.com/documentation/breaking-changes/mixed-decls/

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Oct 4, 2024
1 parent a5e9e4b commit d039b91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Editor/FreeBusy/FreeBusy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,10 @@ export default {
}
}
&__header{
margin-bottom: 20px;
h3{
font-weight: 500;
}
margin-bottom: 20px;
&__attendees{
&__user-bubble{
margin-right: 5px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Editor/FreeBusy/RoomAvailabilityList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ export default {
}
&__header {
padding: 20px;
margin-bottom: 20px;
h3{
font-weight: 500;
}
margin-bottom: 20px;
&__attendees{
&__user-bubble{
margin-right: 5px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Editor/FreeBusy/RoomAvailabilityModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,10 @@ export default {
}
}
&__header{
margin-bottom: 20px;
h3{
font-weight: 500;
}
margin-bottom: 20px;
}
&__footer{
display: flex;
Expand Down

0 comments on commit d039b91

Please sign in to comment.