flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
15
VISUALIZACION/node_modules/postcss-merge-longhand/dist/lib/parseTrbl.js
generated
vendored
Executable file
15
VISUALIZACION/node_modules/postcss-merge-longhand/dist/lib/parseTrbl.js
generated
vendored
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
'use strict';
|
||||
|
||||
exports.__esModule = true;
|
||||
|
||||
var _postcss = require('postcss');
|
||||
|
||||
exports.default = function (v) {
|
||||
var s = typeof v === 'string' ? _postcss.list.space(v) : v;
|
||||
return [s[0], // top
|
||||
s[1] || s[0], // right
|
||||
s[2] || s[0], // bottom
|
||||
s[3] || s[1] || s[0]];
|
||||
};
|
||||
|
||||
module.exports = exports['default'];
|
||||
Loading…
Add table
Add a link
Reference in a new issue