diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
commit | 1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/p5-CSS-Squish | |
parent | - Fix trailing whitespace in pkg-descrs, categories [g-n]* (diff) |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket
Diffstat (limited to 'textproc/p5-CSS-Squish')
-rw-r--r-- | textproc/p5-CSS-Squish/pkg-descr | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-CSS-Squish/pkg-descr b/textproc/p5-CSS-Squish/pkg-descr index 20566eb59b4c..9563601f9cf4 100644 --- a/textproc/p5-CSS-Squish/pkg-descr +++ b/textproc/p5-CSS-Squish/pkg-descr @@ -1,14 +1,14 @@ -This module takes a list of CSS files and concatenates them, making sure +This module takes a list of CSS files and concatenates them, making sure to honor any valid @import statements included in the files. -Following the CSS 2.1 spec, @import statements must be the first rules in -a CSS file. Media-specific @import statements will be honored by enclosing -the included file in an @media rule. This has the side effect of actually -improving compatibility in Internet Explorer, which ignores media-specific +Following the CSS 2.1 spec, @import statements must be the first rules in +a CSS file. Media-specific @import statements will be honored by enclosing +the included file in an @media rule. This has the side effect of actually +improving compatibility in Internet Explorer, which ignores media-specific @import rules but understands @media rules. -It is possible that feature versions will include methods to compact -whitespace and other parts of the CSS itself, but this functionality is +It is possible that feature versions will include methods to compact +whitespace and other parts of the CSS itself, but this functionality is not supported at the current time. WWW: http://search.cpan.org/dist/CSS-Squish/ |