/
iliyagladkov
/
to-do-react
Обзор
Документация
Войти
/
iliyagladkov
/
to-do-react
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/cssstyle/lib/properties/bottom.js
14 строк
303 B
Iliya
Final
18 фев 2023, 15:04
18 фев 2023, 15:04
fae6815
Код
Авторство
О чём код?
'use strict'; var parseMeasurement = require('../parsers').parseMeasurement; module.exports.definition = { set: function(v) { this._setProperty('bottom', parseMeasurement(v)); }, get: function() { return this.getPropertyValue('bottom'); }, enumerable: true, configurable: true, };