forked from MartijnCuppens/tailwindcss-oklch
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add workspace
- Loading branch information
Showing
11 changed files
with
51 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
"@alexaka1/tailwindcss-oklch": patch | ||
'@alexaka1/tailwindcss-oklch': patch | ||
--- | ||
|
||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,24 @@ | ||
{ | ||
"name": "@alexaka1/tailwindcss-oklch", | ||
"name": "root", | ||
"version": "0.0.0", | ||
"private": true, | ||
"packageManager": "[email protected]+sha256.c557b24d2298d9b5e3be7086ebf55a28253b008324d545f72645a6de89844102", | ||
"description": "Bring OKLCH colors to tailwind and introduces handy color utilities", | ||
"author": "Alex Martossy <[email protected]>", | ||
"license": "MIT", | ||
"repository": "https://github.com/alexaka1/tailwindcss-oklch", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs,esm --dts", | ||
"release": "pnpm run build && changeset publish", | ||
"lint": "tsc", | ||
"build": "pnpm --filter tailwindcss-oklch run build", | ||
"release": "pnpm --filter tailwindcss-oklch run release", | ||
"lint": "pnpm --filter tailwindcss-oklch run lint ", | ||
"fmt": "prettier --check . --experimental-ternaries", | ||
"fmt:fix": "prettier --write . --experimental-ternaries", | ||
"changeset": "changeset", | ||
"version": "changeset version" | ||
}, | ||
"dependencies": { | ||
"colorjs.io": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.27.1", | ||
"prettier": "^3.2.5", | ||
"tailwindcss": "^3.4.3", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.5" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"tailwind", | ||
"tailwindcss", | ||
"oklch", | ||
"colors", | ||
"color contrast" | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
packages: | ||
# examples | ||
- 'examples/*' | ||
- 'src/*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "@alexaka1/tailwindcss-oklch", | ||
"version": "0.0.0", | ||
"private": false, | ||
"description": "Bring OKLCH colors to tailwind and introduces handy color utilities", | ||
"repository": "https://github.com/alexaka1/tailwindcss-oklch", | ||
"author": "Alex Martossy <[email protected]>", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs,esm --dts", | ||
"release": "pnpm run build && changeset publish", | ||
"lint": "tsc" | ||
}, | ||
"dependencies": { | ||
"colorjs.io": "^0.5.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"tailwind", | ||
"tailwindcss", | ||
"oklch", | ||
"colors", | ||
"color contrast" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.