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

@ -76,7 +76,7 @@ Description: Reset styles for WordPress usage of KNACSS
.comment-content {
clear: both;
&:after, &:before {
&::after, &::before {
content: "";
display: table;
}