Last active
September 24, 2020 12:16
-
-
Save oscarmarina/d47e97e221cfc9031234a3e93cb6f7cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //ShadyCSS.styleDocument(); | |
| <script> | |
| if (window.customElements) window.customElements.forcePolyfill = true; | |
| window.ShadyDOM = { force: true }; | |
| window.ShadyCSS = { shimcssproperties: true }; | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment