aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/customcomponent/customcomponent.scss
blob: 461e1b1246e542b1a1c7941051073956658c08e4 (plain)
1
2
3
4
5
6
7
@mixin base-customcomponent($primaryStyleName : v-customcomponent) {

.#{$primaryStyleName} {
	overflow: hidden;
}

}