css-to-react-native-stylesheet

0.0.2 • Public • Published

css-to-react-native-stylesheet

Transform a css file into a React Native stylesheet. This is a command line tool that uses https://www.npmjs.com/package/css-to-react-native-transform to transform a file with valid CSS into a file that contains a React Native stylesheet.

Usage:

transform [options] <css_file> [file_to]

Options:

-h, --help  output usage information

Example usage:

csstransform transform "D:\Testing\csstest\short.css" kittens.js

Outputs the result in the named file, or to "result.js" if no file_to is specified.

Package Sidebar

Install

npm i css-to-react-native-stylesheet@0.0.2

Version

0.0.2

License

ISC

Unpacked Size

3.78 kB

Total Files

7

Last publish

Collaborators

  • peconia