a-r-d / css-parse-no-fs

css parse module with no fs being called. used for react native projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

css-parse-no-fs

This project just exposes only the CSS parser from "css" module, no dependencies, and it doesn't bring fs into the module path.

Why do we need this? React Native projects is why

what is this?

This project is forked from:

JavaScript CSS parser for Node.js (exports the parse method of css)

Installation

$ npm install css-parse-no-fs

Usage

Please see the css module documentation.

License

MIT

About

css parse module with no fs being called. used for react native projects.

License:MIT License


Languages

Language:JavaScript 100.0%