@saleor/macaw-ui 1.1.14 → 1.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/index.js +21 -21
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4783 -4805
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -118,6 +118,10 @@ When you finish woking, you can add new changeset
|
|
118
118
|
pnpm change:add
|
119
119
|
```
|
120
120
|
|
121
|
+
### Useful tooling
|
122
|
+
|
123
|
+
- Chrome browser extension - [Atomic CSS Devtools](https://chromewebstore.google.com/detail/atomic-css-devtools)
|
124
|
+
|
121
125
|
## License
|
122
126
|
|
123
127
|
Distributed under the Creative Common Attribution 4.0 International License
|