Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Nov 20, 2023
1 parent 768f70b commit ef120e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/tokens/build.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const StyleDictionary = require('style-dictionary')

const groupName = StyleDictionary.transformGroup['group_name']
if (groupName) {
console.log(groupName)
}

StyleDictionary.registerTransformGroup({
name: 'figma',
transforms: ['name/ti/camel', 'color/hex'],
Expand Down

0 comments on commit ef120e0

Please sign in to comment.