Package Exports
- babel-plugin-css-in-js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (babel-plugin-css-in-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
babel-plugin-css-in-js
TODO: introduction
Usage
TODO: usage instruction
Installation
TODO: installation instructions
Example
TODO: example description
Contributing
- Fork it ( https://github.com/martinandert/babel-plugin-css-in-js )
- Run
npm installto install dependencies. - Run the tests. We only take pull requests with passing tests, and it's great to know that you have a clean slate:
make test. - Create your feature branch (
git checkout -b my-new-feature) - Add a test for your change. Only refactoring and documentation changes require no new tests. If you are adding functionality or are fixing a bug, we need a test!
- Make the test pass.
- Commit your changes (
git commit -am 'add some feature') - Push to your fork (
git push origin my-new-feature) - Create a new Pull Request
License
Released under The MIT License.