Socket
Socket
Sign inDemoInstall

fela-utils

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-utils

Internal utilities for Fela


Version published
Weekly downloads
56K
decreased by-4.84%
Maintainers
1
Weekly downloads
 
Created
Source

fela-tools

A set of useful tools to work with Fela.

npm downloads gzipped size

Installation

npm i --save fela-tools

Assuming you are using npm as your package manager you can just npm install.
Otherwise we also provide a UMD. You can easily use it via unpkg. It registers a FelaTools global.

<!-- (Development) Unminified version -->
<script src="https://unpkg.com/fela-tools@4.3.5/dist/fela-tools.js"></script>
<!-- (Production) Minified version -->
<script src="https://unpkg.com/fela-tools@4.3.5/dist/fela-tools.min.js"></script>

Usage

The provided API is provided by the fela-tools package by default e.g.

import { StyleSheet } from 'fela-tools'

In addition to that, we also support per module imports to only import a specific tool (which, without tree shaking, saves bundle size)

import StyleSheet from 'fela-tools/StyleSheet'

API Reference

License

Fela is licensed under the MIT License.
Documentation is licensed under Creative Common License.
Created with ♥ by @rofrischmann and all the great contributors.

Keywords

FAQs

Package last updated on 07 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc