Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
feat: Move scripts to src
Browse files Browse the repository at this point in the history
BREAKING CHANGE: All tokens have changed.
  • Loading branch information
deniaz authored Nov 24, 2021
1 parent d3111d6 commit 3cc21ec
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tokens
scripts/getFigmaAliasColors.js
src/formatters/figma/getFigmaAliasColors.js
4 changes: 2 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*/
const StyleDictionary = require("style-dictionary");
const fs = require("fs");
const transformColor = require("./scripts/transformColor");
const getFigmaJson = require("./scripts/getFigmaJson");
const transformColor = require("./src/utils/transformColor");
const getFigmaJson = require("./src/formatters/figma");
const formatTailwind = require("./src/formatters/tailwind");

/**
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3cc21ec

Please sign in to comment.