Skip to content

Releases: alexerlandsson/launchpad-scss

2.5.0

12 Feb 15:49
2a742de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

2.4.0

30 Jan 20:17
b74250b
Compare
Choose a tag to compare

Changelog

  • Install stylelint and fix lint errors

2.3.0

30 Jan 16:37
53f0fdb
Compare
Choose a tag to compare

Changelog

  • Install prettier to keep a consistent formatting

2.2.0

19 Jan 08:23
Compare
Choose a tag to compare

Changelog

  • Add new mixins
    • Hover when hover is applicable (helpers/mixin/_hover.scss)
    • Text selection (helpers/mixin/_selection.scss)
    • Remove direct child outer margins (helpers/mixin/_utilities.scss)
  • Add new reset CSS
    • Set font to inherit on inputs (input, textarea and select)
    • Set b and strong to use our default bold font from the font-bold mixin
  • Add utility spacing classes to partials/utilities/utilities.scss. The wrapping mixin is not included by default to prevent bloated CSS if not needed.

2.1.0

17 Nov 11:08
Compare
Choose a tag to compare

Changelog

  • Add focus reset and replace default focus with a custom default focus using :focus-visible in supported browsers
  • Replace :before and :after with ::before and ::after
  • Code clean up

2.0.0

11 Nov 13:56
Compare
Choose a tag to compare

Changelog

  • Rewritten most helpers
  • Update predefined colors and added UI colors for warning and info
  • Added comments to all files describing what is done in that file

1.0.1

02 Nov 13:22
Compare
Choose a tag to compare

Changelog

  • Replace sass function map-get() with map.get()

1.0.0

02 Nov 13:16
Compare
Choose a tag to compare

Initial release.