Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

The `CSSPropertyOperations` module extracted from react-dom, used in jsxstyle pre-2.0. Turns out this was a bad idea. Just copy over the stuff you need.

Notifications You must be signed in to change notification settings

meyer-archives/react-css-property-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-css-property-operations

The project is a webpack-bundled version of react-dom/lib/CSSPropertyOperations.js for use outside of React.

Installation

Install react-css-property-operations with yarn or npm:

  • yarn add react-css-property-operations
  • npm install react-css-property-operations

Updating

The update tasks are all bundled together in a single rake task. Running rake from the command line in the root of this project will do the following:

  1. Upgrade react and react-dom to the latest versions.
  2. Update the version number in package.json to match react-dom’s version number.
  3. Rebuild ./lib/CSSPropertyOperations.js.

About

The `CSSPropertyOperations` module extracted from react-dom, used in jsxstyle pre-2.0. Turns out this was a bad idea. Just copy over the stuff you need.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published