Skip to content

Commit b3abb20

Browse files
committed
fix: ie 11 cross browser fixes
1 parent 90bbb23 commit b3abb20

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/uikit-workshop/src/scripts/components/pl-toggle-layout/pl-toggle-layout.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@import '../../../sass/scss/core.scss';
22

3-
:host,
43
pl-toggle-layout {
54
display: none;
65
align-self: center;

packages/uikit-workshop/src/scripts/components/pl-toggle-theme/pl-toggle-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@import '../../../sass/scss/core.scss';
22
@import '{ .pl-c-tools__action, .pl-c-tools__action-text, .pl-c-tools__action-icon } from ../../../sass/scss/04-components/_tools.scss';
33

4-
:host,
54
pl-toggle-theme {
65
display: inline-flex;
76
align-self: center;

packages/uikit-workshop/src/scripts/utils/polyfills.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import 'es6-promise/auto';
2+
import 'core-js/modules/es7.array.includes';
3+
import 'core-js/modules/es6.array.from';
4+
import 'core-js/modules/es6.object.assign';
25

36
if (window.NodeList && !NodeList.prototype.forEach) {
47
NodeList.prototype.forEach = Array.prototype.forEach;

0 commit comments

Comments
 (0)