23 packages tagged with “stylesheet”
LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions.
LESS processing for System.Web.Optimization bundles.
CSS Parser written in C#, based on Mozilla Firefox code. Supports parsing of all modern CSS expressions. Supports Quirks mode. Values are parsed into detailed structures. Detailed error logging. Debugging via SymbolSource.org.
Configures a project to automatically minify and/or bundle CSS and JS files during build. No extra dependencies are added to your project. Setup ajaxmin xml config files as required.
Stripped-down version of madskristensen's WebCompiler, catered toward runtime stylesheet compilation.
Combine and Compress JavaScript and CSS files on any WebForms or MVC application with zero modifications to the webforms/views. Requires minimal configuration. No need to change the way you include the js and css resources on your pages. Simply decorate your action methods with [Combiner(...)] attribute and that's it. Or use the CombinerWebControl for your webforms. Turn on/off features on the fly by editing a simple text file. Features include: combines all js and css files into one of each; minimizes their contents; replaces image paths to point to cdn; versions the combined files (or non-combined) automatically after every build or manually; applies output caching to your pages; moves all js to the bottom of the page; moves all css to the head element; removes duplicate js and css files; is able to parse IE conditional comments and only includes the content of these when the corresponding IE version made the request.
SASS/SCSS processing for System.Web.Optimization bundles.
ExCSS reads and parses stylesheets using CSS 3 and CSS 2 selector specifications, and is easily queryable from LINQ using its simple and readable object model.
MVC Razor Tag Helper that inlines stylesheets and scripts into HTML markup.
The foundational CSS Reset removes the inconsistent styling of HTML elements provided by browsers. This creates a dependably flat foundation to build upon. With CSS Reset loaded, write explicit CSS your project needs.
An API for combining, minifying, compressing, and caching CSS and JavaScript for .NET websites.
Minifies *.js and *.css files by making use of the YUI Compressor.
Minify *.js and *.css files by making use of the Microsoft AJAX Minifier.
NCss is a small library aiming to parse and manipulate css sheets.
This library enables auto prefixing all script/link tags for javascript/css file references
SwapToPdf(Reference taken from DinkToPdf) is a .NET Core library used to convert HTML content into PDF documents. It acts as a .NET wrapper around the popular wkhtmltopdf tool, allowing you to generate PDFs from HTML and CSS content programmatically within a .NET application..
Lambdastyle: A minimal JSON-to-any transformation language. As Lambdastyle is currently only a prototype, please expect that some things will not work. Also Lambdastyle can change and is open to suggestions. Live demo: http://lambdastyle.com.
Stylesheet.Net is a cross-platform .NET library designed for C#, VB.NET, and F# developers. It enables developers to write CSS styles directly in their code, eliminating the need for external stylesheet files. Stylesheet.Net provides pre-written implementations for all CSS properties, at-rules, keywords, and other elements, eliminating the need for additional dependencies. It allows you to export both minified and unminified css. Stylesheet.Net has extensive intellisense documentations.
Reduce the number of HTTP requests required to render the page, resulting in faster page loads by combining and compressing multiple JavaScripts and stylesheets.
DSSSL style engine library - a C# port of OpenJade. Transforms SGML/XML documents using DSSSL stylesheets to RTF, HTML, TeX, MIF, and other formats.
BlazorStyleSheet allows blazor (Blazor server, webassembly and MAUI blazor) developers to write their CSS styles directly in C# without the need for external stylesheets.