/
TON618OFF
/
FinalPWHTML
Обзор
Документация
Войти
/
TON618OFF
/
FinalPWHTML
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/cssstyle/lib/properties/borderLeft.js
17 строк
506 B
TON618OFF
не ну это ваще
23 июн 2024, 00:30
23 июн 2024, 00:30
e27ae20
Код
Авторство
О чём код?
'use strict'; var shorthandSetter = require('../parsers').shorthandSetter; var shorthandGetter = require('../parsers').shorthandGetter; var shorthand_for = { 'border-left-width': require('./borderLeftWidth'), 'border-left-style': require('./borderLeftStyle'), 'border-left-color': require('./borderLeftColor'), }; module.exports.definition = { set: shorthandSetter('border-left', shorthand_for), get: shorthandGetter('border-left', shorthand_for), enumerable: true, configurable: true, };