The project is a webpack-bundled version of react-dom/lib/CSSPropertyOperations.js for use outside of React.
Install react-css-property-operations with yarn or npm:
yarn add react-css-property-operationsnpm install react-css-property-operations
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:
- Upgrade
reactandreact-domto the latest versions. - Update the version number in
package.jsonto matchreact-dom’s version number. - Rebuild
./lib/CSSPropertyOperations.js.