fela-plugin-fallback-value
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "fela-plugin-fallback-value", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Fela plugin to resolve fallback values", | ||
@@ -12,3 +12,3 @@ "main": "lib/index.js", | ||
"lib/**", | ||
"dist/**" | ||
"es/**" | ||
], | ||
@@ -26,4 +26,4 @@ "repository": "https://github.com/rofrischmann/fela/", | ||
"css-in-js-utils": "^1.0.3", | ||
"fela-utils": "^5.0.0" | ||
"fela-utils": "^5.0.1" | ||
} | ||
} |
@@ -12,13 +12,7 @@ # fela-plugin-fallback-value | ||
```sh | ||
npm i --save fela-plugin-fallback-value | ||
yarn add fela-plugin-fallback-value | ||
``` | ||
Assuming you are using [npm](https://www.npmjs.com) as your package manager you can just `npm install`.<br> | ||
Otherwise we also provide a [UMD](https://github.com/umdjs/umd). You can easily use it via [unpkg](https://unpkg.com/). It registers a `FelaPluginFallbackValue` global. | ||
```HTML | ||
<!-- Fela (Development): Unminified version including all warnings --> | ||
<script src="https://unpkg.com/fela-plugin-fallback-value@4.3.5/dist/fela-plugin-fallback-value.js"></script> | ||
<!-- Fela (Production): Minified version --> | ||
<script src="https://unpkg.com/fela-plugin-fallback-value@4.3.5/dist/fela-plugin-fallback-value.min.js"></script> | ||
``` | ||
You may alternatively use `npm i --save fela-plugin-fallback-value`. | ||
## Usage | ||
@@ -25,0 +19,0 @@ Make sure to read the documentation on [how to use plugins](http://fela.js.org/docs/advanced/Plugins.html). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
36
4446
55
Updatedfela-utils@^5.0.1