Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit 3 anos atrás
..
dist First Commit 3 anos atrás
lib First Commit 3 anos atrás
tests First Commit 3 anos atrás
.DS_Store First Commit 3 anos atrás
LICENSE First Commit 3 anos atrás
changelog.md First Commit 3 anos atrás
package.json First Commit 3 anos atrás
readme.md First Commit 3 anos atrás

readme.md

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