# assign-styles

> Object.assign polyfill respecting !important notation.

Latest version **2.0.0** (published 2015-10-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install assign-styles
pnpm add assign-styles
yarn add assign-styles
bun add assign-styles
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2015-10-17 |
| First published | 2015-07-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Robin Frischmann |
| Maintainers | rofrischmann |
| Keywords | object.assign, assign, object-assign, inline styles, !important, css in js |

## Links

- npm: https://www.npmjs.com/package/assign-styles
- Repository: https://github.com/rofrischmann/assign-styles
- Homepage: https://github.com/rofrischmann/assign-styles#readme
- Issues: https://github.com/rofrischmann/assign-styles/issues
- npm.io page: https://npm.io/package/assign-styles

## Recent versions

- 2.0.0 (latest) — 2015-10-17
- 1.0.2 — 2015-08-07
- 1.0.1 — 2015-08-04
- 1.0.0 — 2015-07-23

## README

# assign-styles
[![Build Status](https://travis-ci.org/rofrischmann/assign-styles.svg)](https://travis-ci.org/rofrischmann/assign-styles)
[![Code Climate](https://codeclimate.com/github/rofrischmann/assign-styles/badges/gpa.svg)](https://codeclimate.com/github/rofrischmann/assign-styles)
[![npm version](https://badge.fury.io/js/assign-styles.svg)](http://badge.fury.io/js/assign-styles)
```sh
npm install assign-styles
```
ES6 Polyfill for `Object.assign` that respects **!important** notation.<br>
This does the same as [object-assign](https://github.com/sindresorhus/object-assign), but was made especially for style objects as they're used e.g. in React to define inline-styles.

# License
**assign-styles** is licensed under the [MIT License](http://opensource.org/licenses/MIT).<br>Created with ♥ by [@rofrischmann](http://rofrischmann.de).

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