-
Notifications
You must be signed in to change notification settings - Fork 48
Built in CSS minifiers
Andrey Taritsyn edited this page Aug 23, 2015
·
5 revisions
CSS minifiers are used in HTML and XHTML minifiers for minification of embedded and inline CSS code. Be a CSS minifier can any class, that implements the ICssMinifier
interface.
KristensenCssMinifier
class implements a simple CSS minifier based on the Mads Kristensen's Efficient stylesheet minifier.
If in your HTML/XHTML code is missing embedded or inline CSS code, you can use instead of the real CSS minifier the stub in the form of NullCssMinifier
class. This will allow you to save memory.
- Core
- External JS and CSS minifiers
- ASP.NET Extensions
- How to upgrade applications to version 2.X
- Additional reading and resources