????
Current Path : C:/inetpub/vhost/redmine/public/themes/openmind/scss/application/ |
Current File : C:/inetpub/vhost/redmine/public/themes/openmind/scss/application/_bootstrap.scss |
@mixin clearfix() { &::after { display: block; clear: both; content: ""; } } // Retrieve color Sass maps @function color($key: "blue") { @return map-get($colors, $key); } @function theme-color($key: "primary") { @return map-get($theme-colors, $key); } @function gray($key: "100") { @return map-get($grays, $key); }