Skip to content

[React Style] Custom selector

Hill Liu edited this page Oct 21, 2016 · 1 revision

ReactStyle with custom selector

import { reactStyle } from 'react-atomic-molecule';
reactStyle(
    {width:'??px',height:'??px'},
    '.your-selector'
);