Releases: larrybotha/struct-scss
Releases · larrybotha/struct-scss
v4.1.2
4.1.2 (2022-08-15)
Bug Fixes
- entrypoint: custom support and globals should immediately override core (eec0a18)
v4.1.1
4.1.1 (2022-04-18)
Bug Fixes
- wraps: create base wrap before modifiers (fe351f9)
v4.1.0
4.1.0 (2022-04-18)
Bug Fixes
- _buttons.scss: don't hide focus on buttons (4342672)
- _links.scss: allow for keyboard-only focus on links (0c6cd00)
- _toggle.scss: no need to hide outline since 99d2711 (a990d4c)
Features
- global styles: ensure buttons are keyboard focusable by default (99d2711)
v4.0.0
4.0.0 (2022-04-18)
Code Refactoring
- grid: improve name of grid modifier mixin, update existing mixins to use new mixin (727b1bb), closes #33
Features
- grid: add mixin for grid wrap gutter modifier (7762a0c)
BREAKING CHANGES
- grid: Any existing implementations that use
create-grid-wrap-modifier
should be updated
to grid-wrap-modifier
v3.2.4
3.2.4 (2022-02-13)
Bug Fixes
- entry points: import reset after global to ensure variables exist (26c69a9)
v3.2.3
3.2.3 (2021-12-15)
Bug Fixes
- _tables.scss: don't assume text alignment on tables (e46af84)
v3.2.2
3.2.2 (2021-12-10)
Bug Fixes
- core _images.scss: revert height: auto update (c9598fd)
v3.2.1
3.2.1 (2021-12-10)
Bug Fixes
- core _images.scss: only set height attribute in CSS if not specified via attribute (daa702a)
v3.2.0
3.2.0 (2021-11-09)
Features
- scss entrypoints: restructure imports to make them easier to understand (5a008cc)
v3.1.1
3.1.1 (2021-11-09)
Bug Fixes
- _custom-properties.scss: use same prefix as being used in other partials (14e22e8)