Opened 13 years ago
Closed 13 years ago
#5646 closed defect (fixed)
Build step to inline CSS imports
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | BuildSystem | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Have the build inline CSS imports.
It will need to account for path changes in the styles.
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Reading the spec some more, we should add support for:
@import "file.css";
and we should probably not inline rules that have a media designation:
@import url("bluish.css") projection, tv;
except, when the media designation is "all".
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [12248]) Fixes #5646. Inlining CSS imports with url() path conversions. Additional whitespace removal too. !strict