✨(tokens) add TS generator and re-organize the repo
Add TS Generator which is a lot based on JS Generator.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
export default {
|
||||
configurationFilenames: ["cunningham.js", "cunningham.cjs"],
|
||||
tokenFilenames: {
|
||||
css: "cunningham-tokens.css",
|
||||
js: "cunningham-tokens.js",
|
||||
},
|
||||
configurationFilenames: ["cunningham.js", "cunningham.cjs", "cunningham.ts"],
|
||||
tokenFilename: "cunningham-tokens",
|
||||
sass: {
|
||||
varSeparator: "--",
|
||||
varPrefix: "c--",
|
||||
|
||||
Reference in New Issue
Block a user