# builder-styles-raw

> Returns the raw version of the style files

Latest version **0.0.1** (published 2014-05-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install builder-styles-raw
pnpm add builder-styles-raw
yarn add builder-styles-raw
bun add builder-styles-raw
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2014-05-28 |
| First published | 2014-05-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Antoine Lehurt |
| Maintainers | kewah |
| Keywords | component, builder2, styles, raw |

## Links

- npm: https://www.npmjs.com/package/builder-styles-raw
- Repository: https://github.com/kewah/builder-styles-raw
- Issues: https://github.com/kewah/builder-styles-raw/issues
- npm.io page: https://npm.io/package/builder-styles-raw

## Alternatives

- [@progress/kendo-ooxml](https://npm.io/package/@progress/kendo-ooxml.md) — 152.1K weekly downloads
- [@progress/kendo-react-ripple](https://npm.io/package/@progress/kendo-react-ripple.md) — 8.0K weekly downloads
- [@progress/kendo-react-orgchart](https://npm.io/package/@progress/kendo-react-orgchart.md) — 4.3K weekly downloads
- [@praxisui/dynamic-fields](https://npm.io/package/@praxisui/dynamic-fields.md) — 2.4K weekly downloads
- [@mesalvo/react-ui](https://npm.io/package/@mesalvo/react-ui.md) — 1.7K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2014-05-28

## README

# Builder-styles-raw [![Build Status](https://travis-ci.org/kewah/builder-styles-raw.svg?branch=master)](https://travis-ci.org/kewah/builder-styles-raw)

Returns the raw version of the style files.
Useful in case you want to render your styles with a preprocessor.

## Install

With [npm](http://npmjs.org) do:

```shell
npm install builder-styles-raw --save-dev
```

## Usage

```js
var builder = require('component-builder')
var raw = require('builder-styles-raw')
var stylus = require('stylus');

builder.styles(tree)
  .use('styles', raw())
  .end(function(err, string) {
    stylus.render(string, function(err, css) {
      fs.writeFileSync(dest, css);
    });
  });
```

## License

MIT

---
_Source: https://npm.io/package/builder-styles-raw · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
