Skip to content

transform-it/transform-css-to-js

Repository files navigation

transform css-to-js

A utility to convert your CSS into JS or React Native compatible styles.

The online repl is available at https://transform.now.sh/css-to-js

Installation

npm i transform-css-to-js

Usage

import cssToJS from "transform-css-to-js"

const css = `.main-wrapper {
  flex-direction: row;
  display: flex;
  flex: 1;
}

#content {
  flex: 1;
}

ul {
  padding: 20px 0;
  flex: 1;
}

li {
  font-family:'Lato';
  color: whitesmoke;
  line-height: 44px;
}`

const jsStyle = cssToJS(css)
const reactNativeCompatibleCSS = cssToJS(css, true)

API

cssToJS(CSS, [supportReactNative])

License

MIT @ Ritesh Kumar

About

A utility to convert your CSS into JS or React Native compatible styles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy