Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
terminal-cv/node_modules/cssstyle/lib/properties/float.js

13 lines
219 B

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