Skip to content

Commit

Permalink
Small class improvements and minified files
Browse files Browse the repository at this point in the history
  • Loading branch information
rrenildopereiraa committed Nov 6, 2023
1 parent b2ac9f1 commit 54b2878
Show file tree
Hide file tree
Showing 10 changed files with 4,822 additions and 23,563 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,19 @@ All notable changes to the Yumma CSS Library will be documented in this file.
- None

### Deprecated
- None
- None

## v0.1.0

### Added
- Improved utility class generation for Height, Margin, Padding, and Width.
- Added new classes and selectors for Height, Margin, Padding, and Width properties.

### Changed
- Replaced the `copyStyles` function with `minifyStyles` for faster CDN loading.

### Fixed
- None

### Deprecated
- None
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can include Yumma CSS in your project either by using our Content Delivery N

### Integrate via CDN
```html
<link rel="stylesheet" href="https://unpkg.com/yummacss/dist/yumma.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/yummacss/public/css/yumma.min.css" crossorigin="anonymous">
```

### Install via NPM
Expand Down
Loading

0 comments on commit 54b2878

Please sign in to comment.