Plato on Github
Report Home
node_modules/cssstyle/lib/properties/webkitBoxOrient.js
Maintainability
93.73
Lines of code
12
Difficulty
4.90
Estimated Errors
0.05
Function weight
By Complexity
By SLOC
'use strict'; module.exports.definition = { set: function (v) { this._setProperty('-webkit-box-orient', v); }, get: function () { return this.getPropertyValue('-webkit-box-orient'); }, enumerable: true, configurable: true };