plugin updates
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
function generateCSSUnit ( value, unit ) {
|
||||
|
||||
var css = ""
|
||||
|
||||
if( typeof value != "undefined" ) {
|
||||
css += value + unit
|
||||
}
|
||||
|
||||
return css
|
||||
}
|
||||
|
||||
export default generateCSSUnit
|
||||
Reference in New Issue
Block a user