Releases: alexerlandsson/launchpad-scss
Releases · alexerlandsson/launchpad-scss
2.5.0
What's Changed
- Add more constants to map by @alexerlandsson in #8
- Feature/update colors by @alexerlandsson in #9
- Add :where selectors to reset styling by @alexerlandsson in #10
- Update prefixes mixins by @alexerlandsson in #11
- Add more default variables by @alexerlandsson in #12
Full Changelog: v2.4.0...v2.5.0
2.4.0
Changelog
- Install stylelint and fix lint errors
2.3.0
Changelog
- Install prettier to keep a consistent formatting
2.2.0
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
)
- Hover when hover is applicable (
- Add new reset CSS
- Set font to
inherit
on inputs (input, textarea and select) - Set
b
andstrong
to use our default bold font from thefont-bold
mixin
- Set font to
- 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
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
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
Changelog
- Replace sass function
map-get()
withmap.get()
1.0.0
Initial release.