Merge changes I68af4999,I2fb38f2a,Ia11ca8d2,I36b83288,I129c127c, ...
[portal.git] / portal-FE-common / src / styles / bootstrap / mixins / _clearfix.scss
1 @mixin clearfix() {
2   &::after {
3     display: block;
4     clear: both;
5     content: "";
6   }
7 }