# fxos-reloadcss

> Live-reload CSS in a FirefoxOS simulator, without reloading the app

Latest version **0.3.1** (published 2014-09-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install fxos-reloadcss
pnpm add fxos-reloadcss
yarn add fxos-reloadcss
bun add fxos-reloadcss
```

Provides the command `fxos-reloadcss`.

## 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.3.1 |
| Published | 2014-09-21 |
| First published | 2014-08-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Nicola Greco |
| Maintainers | nicola |
| Keywords | b2g, firefoxos, fxos, live-reload, css |

## Links

- npm: https://www.npmjs.com/package/fxos-reloadcss
- Repository: https://github.com/nicola/fxos-reloadcss
- Issues: https://github.com/nicola/fxos-reloadcss/issues
- npm.io page: https://npm.io/package/fxos-reloadcss

## Dependencies (7)

- [q](https://npm.io/package/q.md) ^1.0.1
- [nomnom](https://npm.io/package/nomnom.md) ^1.8.0
- [fxos-start](https://npm.io/package/fxos-start.md) ^0.3.0
- [underscore](https://npm.io/package/underscore.md) ^1.7.0
- [fxos-connect](https://npm.io/package/fxos-connect.md) ^0.3.0
- [fxos-findapp](https://npm.io/package/fxos-findapp.md) ^0.3.0
- [firefox-client](https://npm.io/package/firefox-client.md) ^0.3.0

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 0.3.1 (latest) — 2014-09-21
- 0.3.0 — 2014-09-18
- 0.2.0 — 2014-09-15
- 0.1.0 — 2014-08-26

## README

# fxos-reloadcss

Live-reload CSS in a FirefoxOS simulator, without reloading the app

## Install

```
$ npm install fxos-reloadcss
```

## Usage

```javascript
var reloadcss = require('fxos-reloadcss');

reloadcss('manifest.webapp', function(err, result) {
  console.log('done!');
});

reloadcss('manifest.webapp').then(nextPromise);

reloadcss({
  manifestURL: 'manifest.webapp',
  port:8004
}, function(err, result) {
  console.log('done!');
});

```

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