{"version":3,"sources":["wp-purge-pagespeed-button.scss"],"names":[],"mappings":"AAAA,sCAEQ,WAAW,AACX,YAAY,AACZ,sBAAsB,AACtB,qBAAqB,AACrB,WAAW,AACX,YAAY,AACZ,eAAe,AACf,cAAc,AACd,wBAAwB,AACxB,gBAAgB,AAChB,kBAAkB,AAClB,mBAAmB,AACnB,kBAAkB,AAGlB,+BAA+B,AAC/B,mCAAmC,AACnC,iCAAkC,CACrC,AApBL,2CAsBQ,gBAAgB,AAChB,wBAAmC,AACnC,gCAAiC,CACpC,AAzBL,8CA2BQ,eAAgB,CACnB,AA5BL,4CA8BQ,eAAgB,CACnB,AAGL,aACI,GACI,sBAAyB,CAAA,AAE7B,GACI,uBAA2B,CAAA,CAAA","file":"wp-purge-pagespeed-button.min.css","sourcesContent":["#wp-admin-bar-pagespeed_purge > a {\n    &::after {\n        margin: 5px;\n        content: \" \";\n        font-family: dashicons;\n        display: inline-block;\n        width: 20px;\n        height: 20px;\n        font-size: 20px;\n        line-height: 1;\n        text-decoration: inherit;\n        font-weight: 400;\n        font-style: normal;\n        vertical-align: top;\n        text-align: center;\n        -webkit-transition: color .1s ease-in 0;\n        -moz-transition: color .1s ease-in 0;\n        transition: color .1s ease-in 0;\n        -webkit-font-smoothing: antialiased;\n        -moz-osx-font-smoothing: grayscale;\n    }\n    &.spin::after {\n        content: \"\\f463\";\n        animation: animate-spin 1s infinite;\n        animation-timing-function: linear;\n    }\n    &.success::after {\n        content: \"\\f147\";\n    }\n    &.error::after {\n        content: \"\\f158\";\n    }\n}\n\n@keyframes animate-spin {\n    0% {\n        transform: rotate( 0deg );\n    }\n    100% {\n        transform: rotate( 360deg );\n    }\n}\n"]}