@maalbuquerque/tailsass 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  Unofficial utility-first CSS/Sass helpers. Use as compiled CSS or import the Sass source in your project.
6
6
 
7
+ **Docs:** [Documentation](https://github.com/maalbuquerque/tailsass/blob/main/docs/index.md)
8
+
7
9
  ## Install
8
10
 
9
11
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maalbuquerque/tailsass",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Unofficial utility-first CSS/Sass helpers (not affiliated with Tailwind CSS).",
5
5
  "main": "dist/tailsass.css",
6
6
  "style": "dist/tailsass.css",