????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/redmine/public/themes/openmind/scss/application/
Upload File :
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);
}