summaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/less/mixins.less
blob: a19d96474b252fd266cc5b221d00bbccc47f59ec (plain)
1
2
3
4
5
6
@import (reference) "variables";

.clearfix() {
  &:before, &:after { display: table; content: ""; line-height: 0; }
  &:after { clear: both; }
}