tcomb-postcss
1.0.2 • Public • Published tcomb-postcss
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);
t.Rule.is(root.first);
t.AtRule.is(root.first);
Package Sidebar
Install
Weekly Downloads