{"version":3,"names":[],"mappings":"","sources":["imports/mixins/icon-pseudoelement.less"],"sourcesContent":["@import '../aui-theme/core/icons';\n@import '../aui-theme/components/icons';\n\n#aui {\n    .icon-pseudoelement(@fontface: @aui-icon-font-family) {\n        -moz-osx-font-smoothing: grayscale; // Improves the rendering of icons in OSX + Firefox\n        -webkit-font-smoothing: antialiased; // Improves the rendering of icons in OSX + (Safari, Google Chrome)\n        -webkit-text-stroke-width: 0; // Prevents drawing a thicker edge on icons\n        font-family: @fontface;\n        font-weight: normal;\n        font-style: normal;\n        speak: none; // This prevents screen readers from pronouncing the pseudo element text content used to trigger the icon font\n    }\n\n    .icon(@icon-glyph-code; @rules) {\n        &::before {\n            #aui.icon-pseudoelement(@aui-icon-font-family);\n            color: inherit;\n            content: @icon-glyph-code;\n            font-size: @aui-icon-size-small;\n            height: @aui-icon-size-small;\n            left: 0;\n            line-height: 1;\n            margin-top: -(@aui-icon-size-small / 2);\n            position: absolute;\n            text-indent: 0;\n            top: 50%;\n            width: @aui-icon-size-small;\n            @rules();\n        }\n    }\n}\n"],"file":"icon-pseudoelement.css"}