Skip to content

Commit

Permalink
remove test in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Jun 23, 2024
1 parent a25b6a1 commit 2b01a89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/default-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1218,8 +1218,7 @@ export function getDefaultConfig() {
* Ring Color
* @see https://tailwindcss.com/docs/ring-color
*/
// TODO: Remove testing class
'ring-color': [{ ring: [colors, 'ring-testing-something-this-needs-to-get-removed'] }],
'ring-color': [{ ring: [colors] }],
/**
* Ring Opacity
* @see https://tailwindcss.com/docs/ring-opacity
Expand Down

0 comments on commit 2b01a89

Please sign in to comment.