1.2.16 • Published 6 years ago

budarin-simple-styles v1.2.16

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

simple-styles

Simple styles file

Installation:

npm i --save-dev simple-styles

Usage: with style-loader

import styles from 'simple-styles';
...
const css = __BROWSER__ ? styles.locals : styles;

...
// componentDidMount
styles.use();
...
// componentWillUnmount
styles.unuse();
...
<div className={css.divName}>
1.2.16

6 years ago

1.2.13

7 years ago

1.2.12

7 years ago

1.2.11

7 years ago

1.2.10

7 years ago

1.2.9

7 years ago

1.2.8

7 years ago

1.2.7

7 years ago

1.2.7-alpha.0

7 years ago

1.2.6

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago