Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Releases: up42/constellation

v0.4.0

07 Nov 13:21
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • added mixins nav-default nav-small
  • added mixins for spacing inset-space, inline-space, and inset-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

06 Nov 14:39
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

This new releases introduces new media queries:

  • you can now use $media-query-s-max to specify a max-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.

v0.2.2

01 Nov 09:41
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

fixed mis-merging. see previous two releases notes for more info

v0.2.1

01 Nov 09:33
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

fixes the dist folder inclusion when installing via npm install

v0.2.0

01 Nov 09:10
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Another minor release, now includes the dist/ folder:

  • styles/ for all the sass files
  • css/ for the compiled stylesheets (base and marketing)
  • assets/ anything else, currently includes the compiled tokens

v0.1.0

31 Oct 15:03
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First iteration, allows use of tokens and base stylesheets