https://github.com/blueberryapps/radium-styled-component
A Radium React component for managing global variables for inline styles.
https://github.com/blueberryapps/radium-styled-component
blueberry-opensource inline-styles javsascript radium react styled-components
Last synced: about 1 year ago
JSON representation
A Radium React component for managing global variables for inline styles.
- Host: GitHub
- URL: https://github.com/blueberryapps/radium-styled-component
- Owner: blueberryapps
- License: mit
- Created: 2017-05-17T14:27:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T19:02:04.000Z (over 3 years ago)
- Last Synced: 2025-03-27T13:12:28.857Z (about 1 year ago)
- Topics: blueberry-opensource, inline-styles, javsascript, radium, react, styled-components
- Language: JavaScript
- Homepage:
- Size: 281 KB
- Stars: 9
- Watchers: 27
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# radium-styled-component [](https://circleci.com/gh/blueberryapps/radium-styled-component) [](https://dependencyci.com/github/blueberryapps/radium-styled-component)
```
yarn install radium-styled-component
```
## Development
```
yarn install
yarn eslint
yarn eslint:fix
yarn test
```
## CI and autopublish
On Circle CI you need to add `NPM_TOKEN` which has rights to publish package to npmjs.org.
Also when you provide `SLACK_TOKENS` radium-styled-component/YYY/ZZZZ
(take them as one string from url `https://hooks.slack.com/services/radium-styled-component/YYY/ZZZ`)
it will let you know about new version.
When code gets to master branch, it will try to publish,
so if version in package.json is different, it will push it automatically.
## Made with love by
[](https://www.blueberry.io)