index
:
volse-hubzilla.git
dev
drop-unused-html5-library
master
tests/test-db-setup-wip
Volse Hubzilla -- soft fork of main Hubzilla core for Volse
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
twbs
/
bootstrap
/
scss
/
mixins
/
_clearfix.scss
blob: 11a977b7373dab15046354e1b27b88f29acdf44f (
plain
) (
blame
)
1
2
3
4
5
6
7
@mixin
clearfix
()
{
&
::after
{
display
:
block
;
clear
:
both
;
content
:
""
;
}
}