You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
There are a number of scss files that specify "initial" as a value for various properties. IE doesn't support the value "initial" - see http://caniuse.com/#search=initial. This can lead to unexpected behaviour because IE falls back to the next most appropriate css selector.
There are a number of scss files that specify "initial" as a value for various properties. IE doesn't support the value "initial" - see http://caniuse.com/#search=initial. This can lead to unexpected behaviour because IE falls back to the next most appropriate css selector.