https://github.com/suitcss/component-builder-suit
A Component(1) builder plugin for SUIT CSS (DEPRECATED)
https://github.com/suitcss/component-builder-suit
Last synced: 11 months ago
JSON representation
A Component(1) builder plugin for SUIT CSS (DEPRECATED)
- Host: GitHub
- URL: https://github.com/suitcss/component-builder-suit
- Owner: suitcss
- License: other
- Created: 2014-02-08T18:53:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T20:00:38.000Z (about 9 years ago)
- Last Synced: 2024-10-08T06:12:35.137Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 10
- Watchers: 9
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# component-builder-suit (DEPRECATED)
A [Component(1)](https://github.com/component/component) builder plugin for use
with [SUIT CSS](https://github.com/suitcss/suit).
## Installation
```
npm install component-builder-suit
```
## Use
CLI:
```
component build --use component-builder-suit
```
Node:
```js
var Builder = require('component-builder');
var conformance = require('component-builder-suit')
var builder = new Builder();
builder.use(conformance);
builder.build(callback)
```
## Features
* [rework-suit-conformance](https://github.com/suitcss/rework-suit-conformance): check individual CSS files for SUIT conformance.