Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Repository files navigation

Dart CIpub packagepackage publisher

A Dart CSS parser.

Usage

Parsing CSS is easy!

import'package:csslib/parser.dart';
voidmain() {
var stylesheet =parse(
'.foo { color: red; left: 20px; top: 20px; width: 100px; height:200px }');
print(stylesheet.toDebugString());
}

You can pass a String or List<int> to parse.

About

A library for parsing CSS.

Resources

Stars

89 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages