Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Use @apply <name> syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
awikkerink committed Jun 12, 2017
1 parent 8bb6eff commit 177a070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions d2l-offscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<style include="d2l-offscreen-shared-styles">
:host {
display: inline-block;
@apply(--d2l-offscreen);
@apply --d2l-offscreen;
}
:host(:dir(rtl)) {
@apply(--d2l-offscreen-rtl);
@apply --d2l-offscreen-rtl;
}
:host-context([dir="rtl"]) {
@apply(--d2l-offscreen-rtl);
@apply --d2l-offscreen-rtl;
}
</style>
<slot></slot>
Expand Down

0 comments on commit 177a070

Please sign in to comment.