Skip to content

Releases: larrybotha/struct-scss

v4.1.2

15 Aug 21:27
dfe0333
Compare
Choose a tag to compare

4.1.2 (2022-08-15)

Bug Fixes

  • entrypoint: custom support and globals should immediately override core (eec0a18)

v4.1.1

18 Apr 08:45
eedc35a
Compare
Choose a tag to compare

4.1.1 (2022-04-18)

Bug Fixes

  • wraps: create base wrap before modifiers (fe351f9)

v4.1.0

18 Apr 07:39
abaee50
Compare
Choose a tag to compare

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

18 Apr 07:24
9b89a5e
Compare
Choose a tag to compare

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

13 Feb 06:48
78ef97e
Compare
Choose a tag to compare

3.2.4 (2022-02-13)

Bug Fixes

  • entry points: import reset after global to ensure variables exist (26c69a9)

v3.2.3

15 Dec 08:54
0119a44
Compare
Choose a tag to compare

3.2.3 (2021-12-15)

Bug Fixes

  • _tables.scss: don't assume text alignment on tables (e46af84)

v3.2.2

10 Dec 12:20
1a8f7ad
Compare
Choose a tag to compare

3.2.2 (2021-12-10)

Bug Fixes

  • core _images.scss: revert height: auto update (c9598fd)

v3.2.1

10 Dec 11:23
7a0a52c
Compare
Choose a tag to compare

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

09 Nov 10:32
b69c2be
Compare
Choose a tag to compare

3.2.0 (2021-11-09)

Features

  • scss entrypoints: restructure imports to make them easier to understand (5a008cc)

v3.1.1

09 Nov 08:27
Compare
Choose a tag to compare

3.1.1 (2021-11-09)

Bug Fixes

  • _custom-properties.scss: use same prefix as being used in other partials (14e22e8)