UNPKG
kobalt
Version:
latest (1.1.0-alpha.16)
unstable (1.0.9-alpha.1)
1.1.0
1.1.0-alpha.16
1.1.0-alpha.15
1.1.0-alpha.14
1.1.0-alpha.12
1.1.0-alpha.11
1.1.0-alpha.10
1.1.0-alpha.9
1.1.0-alpha.8
1.1.0-alpha.7
1.1.0-alpha.6
1.1.0-alpha.5
1.1.0-alpha.4
1.1.0-alpha.3
1.1.0-alpha.2
1.1.0-alpha.1
1.0.9
1.0.9-alpha.1
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A cli to generate a theme from figma projects.
github.com/corteki/kobalt
corteki/kobalt
kobalt
/
bin
/
modules
/
styled-component-template.js
8 lines
(7 loc)
•
302 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
createStyledComponentFont
=
void
0
;
const
createStyledComponentFont
= (
name, font
) => {
return
`export const
${name}
= styled.p(
${font}
);`
; };
exports
.
createStyledComponentFont
= createStyledComponentFont;