Pinned Loading
-
-
Sass Transform Mixins
Sass Transform Mixins 1// Browser Prefixes
2@mixin transform($transforms) {
3-webkit-transform: $transforms;
4-moz-transform: $transforms;
5-ms-transform: $transforms;
-
-
IE11 Custom Tiles
IE11 Custom Tiles 1//HEADER
2<meta name="msapplication-config" content="browserconfig.xml" />
34//ROOT - browserconfig.xml
5<?xml version="1.0" encoding="utf-8"?>
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.