This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Releases: up42/constellation
Releases · up42/constellation
v0.4.0
- added mixins
nav-default
nav-small
- added mixins for spacing
inset-space
,inline-space
, andinset-vertical-squish-space
- added new line-height (1)
- added timings
$duration-default
$duration-fast
and$duration-slow
- fixed default colours
- removed body bg color from marketing app
v0.3.0
This new releases introduces new media queries:
-
you can now use
$media-query-s-max
to specify amax-width
media query. By default$media-query-s
will do a mobile-first media query (i.e.min-width
). -
fixes overline headline styles
-
removed duplicated code
-
thanks to @afuh for the contribution.