jss-camel-case

6.1.0 • Public • Published

JSS plugin that allows to write camel cased rule properties

Gitter

Internally it converts everything back to dash separated names.

Make sure you read how to use plugins in general.

Example

const styles = {
  container: {
    fontSize: '20px',
    zIndex: 1,
    lineHeight: 1.2
  }
}
.container-a24234 {
  font-size: 20px;
  z-index: 1;
  line-height: 1.2;
}

Demo

Simple

Issues

File a bug against cssinjs/jss prefixed with [jss-camel-case].

Run tests

npm i
npm run test

License

MIT

Package Sidebar

Install

npm i jss-camel-case

Weekly Downloads

123,542

Version

6.1.0

License

MIT

Unpacked Size

22.7 kB

Total Files

10

Last publish

Collaborators

  • kof