source:
imaps-frontend/node_modules/bootstrap/scss/mixins/_clearfix.scss
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 147 bytes |
Rev | Line | |
---|---|---|
[d565449] | 1 | // scss-docs-start clearfix |
2 | @mixin clearfix() { | |
3 | &::after { | |
4 | display: block; | |
5 | clear: both; | |
6 | content: ""; | |
7 | } | |
8 | } | |
9 | // scss-docs-end clearfix |
Note:
See TracBrowser
for help on using the repository browser.