Skip to content

carbon/Css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carbon.Css

A general purpose CSS parser, auto-prefixer, and SCSS compiler for .NET Standard.

Usage

var css = StyleSheet.Parse(@"
//= support Safari 5+
$backgroundColor: #000;

html {
  background: $backgroundColor; 
  font-size: 14px; 
}

");

var writer = new StringWriter();

css.WriteTo(writer);

About

Native CSS parser and SCSS compiler for .NETSTANDARD.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published