Skip to content

Latest commit

History

508 Commits

Folders and files

NameName
Last commit message
Last commit date

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

Stars

22 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages