Skip to content

Commit 299d677

Browse files
committed
update readme
1 parent c124ffc commit 299d677

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ console.log(conversionResult);
5151
| Attribute | Description | Type |
5252
| :-------------------: | :--------------------------------------------------------------------------------: | :-------------------------: |
5353
| `prefix` | [tailwind configuration prefix](https://tailwindcss.com/docs/configuration#prefix) | string |
54-
| `useAllDefaultValues` | Use tailwind all default values(The default is false) | boolean |
54+
| `useAllDefaultValues` | Use tailwind all default values(The default is true) | boolean |
5555
| `customTheme` | Custom conversion of preset property values | [CustomTheme](#customtheme) |
5656

5757
### `CustomTheme`

npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ console.log(conversionResult);
5151
| Attribute | Description | Type |
5252
| :-------------------: | :--------------------------------------------------------------------------------: | :-------------------------: |
5353
| `prefix` | [tailwind configuration prefix](https://tailwindcss.com/docs/configuration#prefix) | string |
54-
| `useAllDefaultValues` | Use tailwind all default values(The default is false) | boolean |
54+
| `useAllDefaultValues` | Use tailwind all default values(The default is true) | boolean |
5555
| `customTheme` | Custom conversion of preset property values | [CustomTheme](#customtheme) |
5656

5757
### `CustomTheme`

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-to-tailwind-translator",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Convert CSS code to Tailwindcss syntax in real time",
55
"scripts": {},
66
"repository": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-to-tailwind",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -15,7 +15,7 @@
1515
"@monaco-editor/react": "^4.4.6",
1616
"clipboard": "^2.0.11",
1717
"clsx": "^1.2.1",
18-
"css-to-tailwind-translator": "^1.2.0",
18+
"css-to-tailwind-translator": "^1.2.1",
1919
"next": "13.2.4",
2020
"react": "18.2.0",
2121
"react-dom": "18.2.0",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)