Skip to content

Commit

Permalink
WRR-9415: Revive vendor-opacity mixin but remove support for legacy I…
Browse files Browse the repository at this point in the history
…E from 5 to 8

Note: to support existing usages, the mixin is revived
but the support for legacy IE from 5 to 8 is removed.

Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected])
  • Loading branch information
0x64 committed Dec 12, 2024
1 parent bae6d60 commit 8d55ae5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ui/styles/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@
font-kerning: @val;
}

.vendor-opacity(@opacity) {
opacity: @opacity;
}

.vendor-fullscreen(@rule) {
&:fullscreen { @rule(); }
}
Expand Down

0 comments on commit 8d55ae5

Please sign in to comment.