- (bug) Revert CSS Reset back to no longer use
:where()
. - (internal) Add automatic package publishing.
- (bc) Changed reset to only use
:where()
.
- (improvement) Fix default rendering of images that are too wide.
- (improvement) Finally release 1.0
- (feature) Add mixin
font-face()
.
- (improvement) Add proper support for
opentype
(.otf
) fonts indeclare-font
.
- (improvement) Remove usage of deprecated
/
operator.
- (feature) Add
on-n-siblings()
mixin. - (feature) Add
is-number()
andis-integer()
function.
- (feature) Add
base
styles.
- (improvement) Allow nullable media query (which will just compile away).
- (feature) Add
media-query.on-media()
mixin.
- (feature) Add
fetch-font-weight
helper mixin. - (improvement) Hide
iframe
borders in reset. - (improvement) Use responsive base font size in reset.
- (feature) Add
declare-font
mixin.
- (bc) The mixin
center-element
is renamed tocenter-absolute
. - (improvement) Add mixin
center-horizontal
.
- (bc) Consistently use singular file names.
Initial release \o/