This website works better with JavaScript.
Home
Explore
Help
Sign In
ILB
/
moodle_theme_ilb
Watch
9
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
30
Commits
7
Branches
0
Tags
16 MiB
CSS
32.6%
Mustache
32.3%
SCSS
24.5%
PHP
9.6%
JavaScript
0.9%
Tree:
dac74b36b7
moodle_theme_ilb
/
scss
/
bootstrap
/
mixins
/
_clearfix.scss
7 lines
93 B
Raw
Blame
History
@mixin
clearfix
()
{
&
:
:
after
{
display
:
block
;
clear
:
both
;
content
:
"
"
;
}
}
Reference in new issue