Skip to content

ligershark/WebOptimizer.AutoPrefixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A CSS autoprefixer for ASP.NET Core

Build status NuGet

This package compiles TypeScript, ES6 and JSX files into ES5 by hooking into the LigerShark.WebOptimizer pipeline.

Usage

Automatically add vendor prefixes to all CSS files. To set that up, do this:

services.AddWebOptimizer(pipeline =>
{
    pipeline.MinifyCssFiles()
            .AutoPrefixCss();
});

It will detect the user agent of the browser and only serve the venor prefixes that applies to that browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published