Skip to content

Commit

Permalink
Update grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Viteri committed Oct 14, 2024
1 parent 24fa551 commit f09c9c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion grid.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ const template = `<!DOCTYPE html>
</table>
</div>
</body>
</html>`
</html>
`

fs.mkdirpSync('./grid')
fs.writeFileSync(file, template)
2 changes: 1 addition & 1 deletion grid/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110245,4 +110245,4 @@ <h2 class="text-lg font-bold">Contrast Grid</h2>
</table>
</div>
</body>
</html>
</html>
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@divriots/style-dictionary-to-figma": "^0.4.0",
"@tokens-studio/sd-transforms": "^1.2.2",
"concat": "^1.0.3",
"contrast-ratio-checker": "^1.1.7",
"cross-env": "^7.0.3",
"dir-to-json": "^1.0.0",
"eslint": "^8.57.0",
Expand All @@ -76,8 +77,5 @@
"engines": {
"node": ">= 20.0.0",
"npm": ">= 10.0.0"
},
"dependencies": {
"contrast-ratio-checker": "^1.1.7"
}
}

0 comments on commit f09c9c2

Please sign in to comment.