sass-lintage (indentation, imbrication, clarté, etc)

This commit is contained in:
PhilippeVay 2016-12-08 14:24:27 +01:00
parent 12239d8b07
commit 0374d02282
16 changed files with 211 additions and 101 deletions

View file

@ -88,8 +88,10 @@
}
*/
a[href^="javascript:"]::after,
a[href^="#"]::after {
content: "";
a[href^="javascript:"],
a[href^="#"] {
&::after {
content: "";
}
}
}