JSPM

css-parse-no-fs

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q41337F
  • License MIT

CSS parser with no fs calls

Package Exports

  • css-parse-no-fs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (css-parse-no-fs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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