[IMP] doc: some systems choke on bare URL in CSS imports

This commit is contained in:
Xavier Morel 2015-02-17 16:30:36 +01:00
parent 222b2d3370
commit 06b037b558
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
@import "style.css";
@import url("style.css");