@mastors/gridder 1.1.0 → 1.2.0
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/README.md +18 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -570,6 +570,24 @@ Utilities with responsive support: `grid` display, `grid-auto-flow`, `justify-it
|
|
|
570
570
|
|
|
571
571
|
---
|
|
572
572
|
|
|
573
|
+
## Changelog
|
|
574
|
+
|
|
575
|
+
### v1.2.0
|
|
576
|
+
|
|
577
|
+
- **Added:** `gridder($area, ...)` mixin — named `grid-area` placement with optional `align-self` / `justify-self` overrides in the same call
|
|
578
|
+
- **Added:** `gridder-areas($rows...)` mixin — declare `grid-template-areas` from a variadic list of quoted row strings, co-located with `gridder()` child calls
|
|
579
|
+
- **Updated dependency:** `@mastors/core@1.2.0`
|
|
580
|
+
|
|
581
|
+
### v1.1.0
|
|
582
|
+
|
|
583
|
+
- Updated dependency: `@mastors/core@1.1.0`
|
|
584
|
+
|
|
585
|
+
### v1.0.0
|
|
586
|
+
|
|
587
|
+
- Initial public release — full CSS Grid utility set, layout presets, `generate-utilities()` engine, full responsive breakpoint support
|
|
588
|
+
|
|
589
|
+
---
|
|
590
|
+
|
|
573
591
|
## License
|
|
574
592
|
|
|
575
593
|
MIT © Mastors Contributors
|