This website works better with JavaScript.
Home
Explore
Help
Sign In
dslak
/
ordine_farmacisti
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
2
Branches
0
Tags
16 MiB
Tree:
8ae9cf2cbe
develop
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8ae9cf2cbe'
${ noResults }
ordine_farmacisti
/
node_modules
/
bootstrap
/
scss
/
mixins
/
_clearfix.scss
8 lines
93 B
Raw
Normal View
History
first commit
8 years ago
@mixin
clearfix
()
{
&
:
:
after
{
display
:
block
;
content
:
"
"
;
clear
:
both
;
}
}