rebase from live enviornment
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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