Skip to content

Commit

Permalink
fix(tailwind): define colors as rgba with alpha placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Nov 23, 2023
1 parent ef34b2c commit f8e5798
Show file tree
Hide file tree
Showing 5 changed files with 1,733 additions and 1,807 deletions.
3 changes: 2 additions & 1 deletion packages/orbit-tailwind-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"tailwindcss": ">=3.3.2"
},
"dependencies": {
"@kiwicom/orbit-design-tokens": "^6.3.0"
"@kiwicom/orbit-design-tokens": "^6.3.0",
"color2k": "^2.0.2"
},
"devDependencies": {
"@testing-library/react": "^13.4.0"
Expand Down
105 changes: 0 additions & 105 deletions packages/orbit-tailwind-preset/src/presets/__fixtures__/Colors.tsx

This file was deleted.

Loading

0 comments on commit f8e5798

Please sign in to comment.