HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/ehbo.today/node_modules/postcss-merge-longhand/dist/lib/minifyTrbl.js
'use strict';

Object.defineProperty(exports, '__esModule', {
    value: true
});

var _postcss = require('postcss');

exports['default'] = function (v) {
    var s = typeof v === 'string' ? _postcss.list.space(v) : v;
    var value = [s[0], // top
    s[1] || s[0], // right
    s[2] || s[0], // bottom
    s[3] || s[1] || s[0] // left
    ];
    if (value[3] === value[1]) {
        value.pop();
        if (value[2] === value[0]) {
            value.pop();
            if (value[0] === value[1]) {
                value.pop();
            }
        }
    }
    return value.join(' ');
};

module.exports = exports['default'];