main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 5 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
540 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
3 | exports.marginLeft = exports.marginBottom = exports.marginRight = exports.marginTop = void 0;
|
---|
4 | var marginForSide = function (side) { return ({
|
---|
5 | name: "margin-" + side,
|
---|
6 | initialValue: '0',
|
---|
7 | prefix: false,
|
---|
8 | type: 4 /* TOKEN_VALUE */
|
---|
9 | }); };
|
---|
10 | exports.marginTop = marginForSide('top');
|
---|
11 | exports.marginRight = marginForSide('right');
|
---|
12 | exports.marginBottom = marginForSide('bottom');
|
---|
13 | exports.marginLeft = marginForSide('left');
|
---|
14 | //# sourceMappingURL=margin.js.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.