Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / tinycolor / example.js
1 require('./tinycolor');
2 console.log('this should be red and have an underline!'.grey.underline);
3 console.log('this should have a blue background!'.bgBlue);