callstack / parcel-plugin-linaria

Parcel plugin for Linaria (Experimental)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parcel-plugin-linaria

Build Status Code Coverage Version MIT License

PRs Welcome Chat Sponsored by Callstack

A plugin to use Linaria with Parcel.

Installation

yarn add --dev parcel-plugin-linaria

or

npm install --save-dev parcel-plugin-linaria

Usage

The plugin works without any extra configuration. See Linaria's docs if you want to configure the library.

Limitations

  • CSS source maps are not supported because Parcel doesn't support them.
  • The plugin works by extending Parcel's JSAsset due to how Parcel works. Any other plugins which do the same might have conflicts.

License

MIT License

Made with ❤️ at Callstack

parcel-plugin-linaria is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. Callstack is a group of React and React Native geeks, contact us at hello@callstack.com if you need any help with these or just want to say hi!

About

Parcel plugin for Linaria (Experimental)

License:MIT License


Languages

Language:JavaScript 87.2%Language:Shell 11.5%Language:HTML 1.4%