Quotes enhancement

This commit is contained in:
Raphael Goetter 2017-12-19 15:20:17 +01:00
parent 1bdbb434c0
commit 10a6b31380
3 changed files with 5 additions and 5 deletions

View file

@ -232,10 +232,10 @@ q {
q,
.q {
quotes: "\00a0" "\00a0";
quotes: "" "" "" "";
&:lang(fr) {
quotes: "«\00a0" "\00a0»";
quotes: "«\00a0" "\00a0»" "" "";
}
}