/
TON618OFF
/
FinalPWHTML
Обзор
Документация
Войти
/
TON618OFF
/
FinalPWHTML
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/cssstyle/lib/properties/borderTop.js
17 строк
498 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-top-width': require('./borderTopWidth'), 'border-top-style': require('./borderTopStyle'), 'border-top-color': require('./borderTopColor'), }; module.exports.definition = { set: shorthandSetter('border-top', shorthand_for), get: shorthandGetter('border-top', shorthand_for), enumerable: true, configurable: true, };