Skip to content

Commit

Permalink
Make extend optional
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Jan 17, 2024
1 parent e18151f commit 0ff4b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/components/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ table .center {
}
}

.name p { @extend %wrap-words; }
.name p { @extend %wrap-words !optional; }

td {
// stylelint-disable declaration-no-important
Expand Down

0 comments on commit 0ff4b30

Please sign in to comment.