UNPKG

create-component-template

Version:
5 lines (4 loc) 168 B
"use strict"; module.exports = function (componentName) { return ".class" + componentName + " {\n width: 50px;\n height: 50px;\n background-color: grey;\n}\n"; };