
org.lesscss.mojo.js.less.tree.ratio.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lesscss-maven-plugin Show documentation
Show all versions of lesscss-maven-plugin Show documentation
Fork of official LESS CSS Maven Plugin
The newest version!
(function (tree) {
tree.Ratio = function (value) {
this.value = value;
};
tree.Ratio.prototype = {
toCSS: function (env) {
return this.value;
},
eval: function () { return this }
};
})(require('../tree'));
© 2015 - 2025 Weber Informatics LLC | Privacy Policy