summaryrefslogtreecommitdiff
path: root/school/node_modules/cssstyle/lib/properties/right.js
diff options
context:
space:
mode:
Diffstat (limited to 'school/node_modules/cssstyle/lib/properties/right.js')
-rw-r--r--school/node_modules/cssstyle/lib/properties/right.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/school/node_modules/cssstyle/lib/properties/right.js b/school/node_modules/cssstyle/lib/properties/right.js
deleted file mode 100644
index eb4c3d4..0000000
--- a/school/node_modules/cssstyle/lib/properties/right.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseMeasurement = require('../parsers').parseMeasurement;
-
-module.exports.definition = {
- set: function(v) {
- this._setProperty('right', parseMeasurement(v));
- },
- get: function() {
- return this.getPropertyValue('right');
- },
- enumerable: true,
- configurable: true,
-};