Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
postcss-merge-longhand
/
src
/
lib
/
decl
/
padding.js
blob: e5c03ce705471e8fb8f17ef878d0d2d7ee8a431b [
file
] [
log
] [
blame
]
'use strict'
;
const
base
=
require
(
'./boxBase'
);
module
.
exports
=
base
(
'padding'
);