css-utility-functions 1.1.0 → 1.1.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.
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * CSS Utility Functions v1.1.0
2
+ * CSS Utility Functions v1.1.1
3
3
  * Author: Yair Even-Or
4
4
  * Repository: https://github.com/yairEO/css-utility-functions
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * CSS Utility Functions v1.1.0
2
+ * CSS Utility Functions v1.1.1
3
3
  * Author: Yair Even-Or
4
4
  * Repository: https://github.com/yairEO/css-utility-functions
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "css-utility-functions",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A collection of reusable CSS custom native functions using the @function syntax",
5
5
  "main": "dist/index.css",
6
6
  "style": "dist/index.css",