Socket
Socket
Sign inDemoInstall

fela-plugin-lvha

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-plugin-lvha - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

4

package.json
{
"name": "fela-plugin-lvha",
"version": "3.0.1",
"version": "3.0.2",
"description": "Fela plugin that sorts pseudo classes according to LVH(F)A",

@@ -23,4 +23,4 @@ "main": "index.js",

"peerDependencies": {
"fela": "3.0.1"
"fela": "3.0.2"
}
}

@@ -17,7 +17,19 @@ # fela-plugin-lvha

<!-- Fela (Development): Unminified version including all warnings -->
<script src="https://unpkg.com/fela-plugin-lvha@3.0.1/dist/fela-plugin-lvha.js"></script>
<script src="https://unpkg.com/fela-plugin-lvha@3.0.2/dist/fela-plugin-lvha.js"></script>
<!-- Fela (Production): Minified version -->
<script src="https://unpkg.com/fela-plugin-lvha@3.0.1/dist/fela-plugin-lvha.min.js"></script>
<script src="https://unpkg.com/fela-plugin-lvha@3.0.2/dist/fela-plugin-lvha.min.js"></script>
```
## Usage
Make sure to read the documentation on [how to use plugins](http://fela.js.org/docs/advanced/Plugins.html).
```javascript
import { createRenderer } from 'fela'
import LVHA from 'fela-plugin-lvha'
const renderer = createRenderer({
plugins: [ LVHA() ]
})
```
## Example

@@ -24,0 +36,0 @@ #### Input

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