-
-
Notifications
You must be signed in to change notification settings - Fork 5
Cascading Style Sheets
Taiizor edited this page Mar 1, 2023
·
2 revisions
The CssExtension class contains extension methods for CSS minification and beautification using NUglify and WebMarkupMin libraries.
Minifies the CSS string using NUglify's KristensenCssMinifier.
- Css: The CSS string to be minified.
A string containing the minified CSS code.
- Skylark.Exception: Throws an exception if the minification process encounters an error.
Asynchronously minifies the CSS string using NUglify's KristensenCssMinifier.
- Css: The CSS string to be minified.
A Task<string>
containing the minified CSS code.
Beautifies the CSS string using NUglify's Uglify.Css method with CssSettings.Pretty()
.
- Css: The CSS string to be beautified.
A string containing the beautified CSS code.
- Skylark.Exception: Throws an exception if the beautification process encounters an error.
Asynchronously beautifies the CSS string using NUglify's Uglify.Css method with CssSettings.Pretty()
.
- Css: The CSS string to be beautified.
A Task<string>
containing the beautified CSS code.
- NUglify
- NUglify.Css
- WebMarkupMin.Core
- Skylark.Exception
- Skylark.Helper.Length
- Skylark.Standard.Manage.Css.CssManage
- Tax
- Url
- Web
- Ping
- Port
- Text
- Time
- Hash
- Word
- Color
- Speed
- Lottery
- Storage
- Browser
- Unicode
- Password
- JavaScript
- Cryptology
- Typography
- Temperature
- Compression
- Decompression
- Cascading Style Sheets
- JavaScript Object Notation
- Hypertext Markup Language
- Extensible Markup Language
- Extensible HyperText Markup Language