fela-plugin-lvha
Advanced tools
Comparing version 4.3.5 to 5.0.0
{ | ||
"name": "fela-plugin-lvha", | ||
"version": "4.3.5", | ||
"version": "5.0.0", | ||
"description": "Fela plugin that sorts pseudo classes according to LVH(F)A", | ||
"module": "index.es2015.js", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"jsnext:main": "es/index.js", | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"index.js", | ||
"dist/**" | ||
"lib/**", | ||
"es/**" | ||
], | ||
@@ -23,5 +24,5 @@ "repository": "https://github.com/rofrischmann/fela/", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"fela": "4.3.5" | ||
"dependencies": { | ||
"fela-utils": "^5.0.0" | ||
} | ||
} | ||
} |
# fela-plugin-lvha | ||
<img alt="npm downloads" src="https://img.shields.io/npm/dm/fela-plugin-lvha.svg"> | ||
<img alt="gzipped size" src="https://img.shields.io/badge/gzipped-0.52kb-brightgreen.svg"> | ||
<img alt="npm downloads" src="https://img.shields.io/npm/dm/fela-plugin-lvha.svg"> <img alt="gzipped size" src="https://img.shields.io/badge/gzipped-0.52kb-brightgreen.svg"> | ||
@@ -7,0 +6,0 @@ LVHA (sometimes known as LVHFA) stands for **L**ink **V**isited **H**over (**F**ocus) **A**ctive which are actually describe pseudo classes. Within CSS their order is relevant which means we always need to sort them correctly. This plugin **does** include the `:focus` pseudo class as well. |
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
5019
5
57
69
+ Addedfela-utils@^5.0.0
+ Addedfela-utils@5.0.5(transitive)
- Removedfela@4.3.5(transitive)