diff options
Diffstat (limited to 'alarm/node_modules/cssstyle/lib/properties/borderTop.js')
-rw-r--r-- | alarm/node_modules/cssstyle/lib/properties/borderTop.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/alarm/node_modules/cssstyle/lib/properties/borderTop.js b/alarm/node_modules/cssstyle/lib/properties/borderTop.js deleted file mode 100644 index c56d592..0000000 --- a/alarm/node_modules/cssstyle/lib/properties/borderTop.js +++ /dev/null @@ -1,17 +0,0 @@ -'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, -}; |