diff options
Diffstat (limited to 'includes/external/school/node_modules/cssstyle/lib/properties/float.js')
-rw-r--r-- | includes/external/school/node_modules/cssstyle/lib/properties/float.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/includes/external/school/node_modules/cssstyle/lib/properties/float.js b/includes/external/school/node_modules/cssstyle/lib/properties/float.js deleted file mode 100644 index 1c619cc..0000000 --- a/includes/external/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, -}; |