Skip to content

Commit

Permalink
Bump config-loader [publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Sep 4, 2022
1 parent 46be984 commit c62ca2f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ For colored box shadows, you need to use this config format:

Can be overridden by margin utility and doesn't work for flex-reverse.

### Inset utility

Angle utility are available ex: `insert-tr-2`

### Divide utility

Simpler implementation that makes divide and divide-reverse independent. Naming is updated to avoid an implementation edge case.
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arnaud-barre/downwind",
"description": "A PostCSS-less implementation of Tailwind based on @parcel/css",
"version": "0.1.2",
"version": "0.1.3",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",
"license": "MIT",
"scripts": {
Expand All @@ -27,7 +27,7 @@
]
},
"dependencies": {
"@arnaud-barre/config-loader": "^0.3.0",
"@arnaud-barre/config-loader": "^0.4.0",
"@parcel/css": "^1.13.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: AA1EBFD8C824B7EA-41efea47d38cf4e2-ADB1BCAC0C3020B5-889267434f11f4c3
# bun ./bun.lockb --hash: 927F63FB836F326C-5c82feeb62905e34-44904DF4DCAD57F0-778905ea54353705


"@ampproject/remapping@^2.1.0":
Expand All @@ -11,10 +11,10 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@arnaud-barre/config-loader@^0.3.0":
version "0.3.0"
resolved "https://registry.npmjs.org/@arnaud-barre/config-loader/-/config-loader-0.3.0.tgz"
integrity sha512-AYa+YT5lvTTYMV8/zc2JtABXzCz0etJZwN2wTmZiYWLEMq/Y+2iDaSEoqckrUVuSN5Ty4xEGMHmi6r+VFfghgg==
"@arnaud-barre/config-loader@^0.4.0":
version "0.4.0"
resolved "https://registry.npmjs.org/@arnaud-barre/config-loader/-/config-loader-0.4.0.tgz"
integrity sha512-LLaCEELJQbsTc0M5VNBXEC+CqIyTEV3kjCaj9ICPgr2OXdCh/rsHSh/5myCyyqd/onctqaueYQ933fpGLjHr6w==
dependencies:
esbuild "^0.14.48"

Expand Down

0 comments on commit c62ca2f

Please sign in to comment.