Sha256: b2e6e92f71313db62a120920447114b159f6d1e0f4f411ecdb0a6cbcbe7f550d

Contents?: true

Size: 522 Bytes

Versions: 46

Compression:

Stored size: 522 Bytes

Contents

'use strict';

var shorthandSetter = require('../parsers').shorthandSetter;
var shorthandGetter = require('../parsers').shorthandGetter;

var shorthand_for = {
  'border-bottom-width': require('./borderBottomWidth'),
  'border-bottom-style': require('./borderBottomStyle'),
  'border-bottom-color': require('./borderBottomColor'),
};

module.exports.definition = {
  set: shorthandSetter('border-bottom', shorthand_for),
  get: shorthandGetter('border-bottom', shorthand_for),
  enumerable: true,
  configurable: true,
};

Version data entries

46 entries across 46 versions & 2 rubygems

Version Path
appmap-0.66.1 ./node_modules/cssstyle/lib/properties/borderBottom.js
appmap-0.66.0 ./node_modules/cssstyle/lib/properties/borderBottom.js
appmap-0.65.1 ./node_modules/cssstyle/lib/properties/borderBottom.js
appmap-0.65.0 ./node_modules/cssstyle/lib/properties/borderBottom.js
appmap-0.64.0 ./node_modules/cssstyle/lib/properties/borderBottom.js
appmap-0.63.0 ./node_modules/cssstyle/lib/properties/borderBottom.js