fela-plugin-lvha
Advanced tools
Comparing version 1.0.0-alpha.6 to 1.0.0-beta.1
@@ -51,7 +51,7 @@ (function (global, factory) { | ||
return function (pluginInterface) { | ||
var styles = pluginInterface.styles; | ||
var style = pluginInterface.style; | ||
return Object.keys(styles).sort(sortPseudoClasses).reduce(function (out, pseudo) { | ||
out[pseudo] = styles[pseudo]; | ||
return Object.keys(style).sort(sortPseudoClasses).reduce(function (out, pseudo) { | ||
out[pseudo] = style[pseudo]; | ||
return out; | ||
@@ -58,0 +58,0 @@ }, {}); |
@@ -1,1 +0,1 @@ | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.FelaPluginLVHA=e()}(this,function(){"use strict";function t(t,e){var n=o[t],r=o[e];return n&&r?r>n?1:-1:0}function e(){return function(e){var n=e.styles;return Object.keys(n).sort(t).reduce(function(t,e){return t[e]=n[e],t},{})}}var n={};n["typeof"]="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol?"symbol":typeof t},n["extends"]=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t};var o={":link":4,":visited":3,":hover":2,":focus":1.5,":active":1};return e}); | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.FelaPluginLVHA=e()}(this,function(){"use strict";function t(t,e){var n=o[t],r=o[e];return n&&r?r>n?1:-1:0}function e(){return function(e){var n=e.style;return Object.keys(n).sort(t).reduce(function(t,e){return t[e]=n[e],t},{})}}var n={};n["typeof"]="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol?"symbol":typeof t},n["extends"]=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t};var o={":link":4,":visited":3,":hover":2,":focus":1.5,":active":1};return e}); |
{ | ||
"name": "fela-plugin-lvha", | ||
"version": "1.0.0-alpha.6", | ||
"description": "Fela plugin that sorts pseudo classes according to LVH(F)A", | ||
"main": "LVHA.js", | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"LVHA.js", | ||
"dist" | ||
], | ||
"repository": "https://github.com/rofrischmann/fela/", | ||
"keywords": [ | ||
"fela", | ||
"fela-plugin", | ||
"lvha", | ||
"pseudo classes", | ||
"cssinjs" | ||
], | ||
"author": "Robin Frischmann", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"fela": "^1.0.0-alpha.6" | ||
} | ||
"name": "fela-plugin-lvha", | ||
"version": "1.0.0-beta.1", | ||
"description": "Fela plugin that sorts pseudo classes according to LVH(F)A", | ||
"main": "index.js", | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"LVHA.js", | ||
"dist" | ||
], | ||
"repository": "https://github.com/rofrischmann/fela/", | ||
"keywords": [ | ||
"fela", | ||
"fela-plugin", | ||
"lvha", | ||
"pseudo classes", | ||
"cssinjs" | ||
], | ||
"author": "Robin Frischmann", | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is not supported yet
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
0
5937