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