You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faq.html
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -107,14 +107,15 @@ <h4>The style database is an abstraction that supplies initial values for proper
107
107
<p>The <ahref="usage.html#cascade">user agent sheet</a> depends on the document type and is not always loaded, while the <ahref="api/3/io/sf/carte/doc/style/css/StyleDatabase.html">style database</a>
108
108
is document-independent (but medium-specific).</p>
109
109
</div>
110
-
<divid="minifywarn">
111
-
<h4>Are the minification methods recommended for production use?</h4>
112
-
<p>This library's support for minification (<code>getMinifiedCssText()</code> and related methods) is not intended as a
113
-
general-purpose minification solution, but could be useful as part of a wider CSS toolchain, perhaps with a specialized
114
-
minifier at its end.</p>
115
-
<p>If you decide to use the minification methods in 1.x be sure to use this library's internal parser, and not the other SAC parsers.
116
-
And if you use any kind of Internet Explorer hack, please use a sheet factory with the proper NSAC parser flags set. Some IE hacks are
117
-
supported, but others may give unexpected results so you should be very careful about that.</p>
110
+
<divid="minify">
111
+
<h4>Can this library be used as a general-purpose CSS minifier?</h4>
112
+
<p>This library's support for minification (the <code><a
0 commit comments