yummacss 1.0.1 → 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 +15 -0
- package/dist/yumma.css +154 -195
- package/package.json +1 -1
- package/public/css/yumma.min.css +1 -1
- package/yumma-css/_base.scss +11 -4
- package/yumma-css/_colors.scss +2 -2
- package/yumma-css/_utilities.scss +0 -24
package/CHANGELOG.md
CHANGED
|
@@ -115,5 +115,20 @@ All notable changes to the Yumma CSS Library will be documented in this file.
|
|
|
115
115
|
### Fixed
|
|
116
116
|
- Updated minify version.
|
|
117
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
|
+
|
|
118
133
|
### Deprecated
|
|
119
134
|
- None
|