Skip to content

Commit

Permalink
fix getColor
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Jul 6, 2023
1 parent 9aed4d3 commit 43c58e7
Show file tree
Hide file tree
Showing 11 changed files with 473 additions and 467 deletions.
2 changes: 1 addition & 1 deletion src/test/index.test.ts → __TEST__/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect, test } from 'vitest';
import { CssToTailwind } from '..';
import { CssToTailwind } from '../src';

// Edit an assertion and save to see HMR in action

Expand Down
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ interface TranslatorConfig {
useAllDefaultValues?: boolean;
customTheme?: CustomTheme;
}

declare const specialAttribute: string[];
declare const defaultTranslatorConfig: {
prefix: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css2tailwind",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
Loading

0 comments on commit 43c58e7

Please sign in to comment.