mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 20:30:04 +02:00
draft
This commit is contained in:
12
node_modules/cssstyle/lib/properties/orphans.js
generated
vendored
Normal file
12
node_modules/cssstyle/lib/properties/orphans.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
module.exports.definition = {
|
||||
set: function (v) {
|
||||
this._setProperty('orphans', v);
|
||||
},
|
||||
get: function () {
|
||||
return this.getPropertyValue('orphans');
|
||||
},
|
||||
enumerable: true,
|
||||
configurable: true
|
||||
};
|
Reference in New Issue
Block a user