yummacss 1.0.0 → 1.0.2

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/CHANGELOG.md CHANGED
@@ -102,4 +102,33 @@ All notable changes to the Yumma CSS Library will be documented in this file.
102
102
  ### Deprecated
103
103
  - Removed `break-all` and `keep-all` properties from **Overflow Wrap** classes.
104
104
  - Removed duplicate classes for **Justify Content** classes.
105
- - Removed class `nav-l` from navbar.scss.
105
+ - Removed class `nav-l` from navbar.scss.
106
+
107
+ ## v1.0.1
108
+
109
+ ### Added
110
+ - None
111
+
112
+ ### Changed
113
+ - Changing Height and Width viewports from dynamic to standard.
114
+
115
+ ### Fixed
116
+ - Updated minify version.
117
+
118
+ ### Deprecated
119
+ - None
120
+
121
+ ## v1.0.2
122
+
123
+ ### Added
124
+ - None
125
+
126
+ ### Changed
127
+ - Small CSS resetting improvements.
128
+
129
+ ### Fixed
130
+ - Fixed viewport classes from not working.
131
+ - Fixed caret color light and dark variations.
132
+
133
+ ### Deprecated
134
+ - None
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <img src="https://i.ibb.co/4ZNLWYj/app-icon.jpg" width="50" height="50">
4
4
 
5
- Welcome to Yumma CSS Library! A lightweight and powerful CSS library designed to enhance the styling capabilities of your web apps. Whether you're a beginner or an experienced developer, Yumma CSS provides you with a wide range of pre-built CSS components, styles, and utilities to supercharge your web development workflow. It was created by **Renildo Pereira** in September 2022.
5
+ Yumma CSS, created by **Renildo Pereira**, is a lightweight and streamlined CSS library that provides a comprehensive set of tools and functionalities to simplify web development.
6
6
 
7
7
  ## Installation
8
8
  You can include Yumma CSS in your project either by using our Content Delivery Network (CDN) link or by using a package manager.
@@ -25,7 +25,7 @@ const packageJson = require('./package.json');
25
25
 
26
26
  const showVer = () => {
27
27
  const version = packageJson.version;
28
- console.log(`You're running Yumma CSS v${version}`);
28
+ console.log(`You're running Yumma CSS v${version}!`);
29
29
  };
30
30
 
31
31
  module.exports = { showVer };