Skip to content

jednano/tcomb-postcss

Repository files navigation

tcomb-postcss

NPM version npm license Travis Build Status AppVeyor Build Status

npm

Extends the tcomb library with PostCSS irreducible node types.

The following types are added to tcomb:

Usage

var t = require('tcomb-postcss');
var postcss = require('postcss');

var root = postcss.parse('a{}');
t.Root.is(root); // true
t.Rule.is(root.first); // true
t.AtRule.is(root.first); // false

About

Extends the tcomb library with PostCSS irreducible node types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published