yummacss 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.
package/CHANGELOG.md CHANGED
@@ -102,4 +102,18 @@ 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
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 };
package/dist/yumma.css CHANGED
@@ -28449,99 +28449,99 @@ ul {
28449
28449
  }
28450
28450
 
28451
28451
  .h-1\/1 {
28452
- height: 100dvh;
28452
+ height: 100vh;
28453
28453
  }
28454
28454
 
28455
28455
  .max-h-1\/1 {
28456
- max-height: 100dvh;
28456
+ max-height: 100vh;
28457
28457
  }
28458
28458
 
28459
28459
  .min-h-1\/1 {
28460
- min-height: 100dvh;
28460
+ min-height: 100vh;
28461
28461
  }
28462
28462
 
28463
28463
  .w-1\/1 {
28464
- width: 100dvh;
28464
+ width: 100vh;
28465
28465
  }
28466
28466
 
28467
28467
  .max-w-1\/1 {
28468
- max-width: 100dvh;
28468
+ max-width: 100vh;
28469
28469
  }
28470
28470
 
28471
28471
  .min-w-1\/1 {
28472
- min-width: 100dvh;
28472
+ min-width: 100vh;
28473
28473
  }
28474
28474
 
28475
28475
  .h-1\/2 {
28476
- height: 50dvh;
28476
+ height: 50vh;
28477
28477
  }
28478
28478
 
28479
28479
  .max-h-1\/2 {
28480
- max-height: 50dvh;
28480
+ max-height: 50vh;
28481
28481
  }
28482
28482
 
28483
28483
  .min-h-1\/2 {
28484
- min-height: 50dvh;
28484
+ min-height: 50vh;
28485
28485
  }
28486
28486
 
28487
28487
  .w-1\/2 {
28488
- width: 50dvh;
28488
+ width: 50vh;
28489
28489
  }
28490
28490
 
28491
28491
  .max-w-1\/2 {
28492
- max-width: 50dvh;
28492
+ max-width: 50vh;
28493
28493
  }
28494
28494
 
28495
28495
  .min-w-1\/2 {
28496
- min-width: 50dvh;
28496
+ min-width: 50vh;
28497
28497
  }
28498
28498
 
28499
28499
  .h-1\/1 {
28500
- height: 100dvw;
28500
+ height: 100vw;
28501
28501
  }
28502
28502
 
28503
28503
  .max-h-1\/1 {
28504
- max-height: 100dvw;
28504
+ max-height: 100vw;
28505
28505
  }
28506
28506
 
28507
28507
  .min-h-1\/1 {
28508
- min-height: 100dvw;
28508
+ min-height: 100vw;
28509
28509
  }
28510
28510
 
28511
28511
  .w-1\/1 {
28512
- width: 100dvw;
28512
+ width: 100vw;
28513
28513
  }
28514
28514
 
28515
28515
  .max-w-1\/1 {
28516
- max-width: 100dvw;
28516
+ max-width: 100vw;
28517
28517
  }
28518
28518
 
28519
28519
  .min-w-1\/1 {
28520
- min-width: 100dvw;
28520
+ min-width: 100vw;
28521
28521
  }
28522
28522
 
28523
28523
  .h-2\/1 {
28524
- height: 50dvw;
28524
+ height: 50vw;
28525
28525
  }
28526
28526
 
28527
28527
  .max-h-2\/1 {
28528
- max-height: 50dvw;
28528
+ max-height: 50vw;
28529
28529
  }
28530
28530
 
28531
28531
  .min-h-2\/1 {
28532
- min-height: 50dvw;
28532
+ min-height: 50vw;
28533
28533
  }
28534
28534
 
28535
28535
  .w-2\/1 {
28536
- width: 50dvw;
28536
+ width: 50vw;
28537
28537
  }
28538
28538
 
28539
28539
  .max-w-2\/1 {
28540
- max-width: 50dvw;
28540
+ max-width: 50vw;
28541
28541
  }
28542
28542
 
28543
28543
  .min-w-2\/1 {
28544
- min-width: 50dvw;
28544
+ min-width: 50vw;
28545
28545
  }
28546
28546
 
28547
28547
  .ff-d {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yummacss",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A CSS library for streamlined UI development.",
5
5
  "main": "index.js",
6
6
  "style": "dist/yumma.css",