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
/
sameLine.js
9 lines
(6 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
exports
.
__esModule
=
true
;
exports
.
default
=
function
(
a, b
) {
return
a.
source
.
end
.
line
=== b.
source
.
start
.
line
; };
module
.
exports
=
exports
[
"default"
];