UNPKG
postcss-perfectionist
Version:
latest (2.3.9)
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
Beautify CSS files.
github.com/ben-eb/perfectionist
dmitriy-lodyanov/perfectionist
postcss-perfectionist
/
dist
/
longest.js
9 lines
(6 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
exports
.
__esModule
=
true
;
exports
.
default
=
function
(
a, b
) {
return
b.
prop
.
length
- a.
prop
.
length
; };
module
.
exports
=
exports
[
"default"
];