passage des :before/:after en ::before/::after

This commit is contained in:
raphaelgoettter 2015-03-30 09:34:07 +02:00
parent 788272745c
commit 285764c5f9
8 changed files with 15 additions and 15 deletions

View file

@ -17,7 +17,7 @@
/* blocks that must contain floats */
.clearfix,
.line {
&:after {
&::after {
content: "";
display: table;
clear: both;