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