FLUJOS/BACK_BACK/node_modules/cssstyle/lib/properties/cssFloat.js
2025-11-07 00:06:12 +01:00

12 lines
219 B
JavaScript
Executable file

'use strict';
module.exports.definition = {
set: function(v) {
this._setProperty('float', v);
},
get: function() {
return this.getPropertyValue('float');
},
enumerable: true,
configurable: true,
};