Skip to content

Releases: 21TORR/atlantis

2.1.0

21 Mar 15:25
cd55660
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Revert CSS Reset back to no longer use :where().

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

14 Dec 12:40
2.0.0
7e50268
Compare
Choose a tag to compare

💥 Breaking Changes

  • Changed reset to only use :where().

What's Changed

Full Changelog: 1.0.1...2.0.0

1.0.1

25 Oct 13:17
1.0.1
8092daf
Compare
Choose a tag to compare

✨ Improvements

  • Fix default rendering of images that are too wide.

What's Changed

  • Fix default rendering of images that are too wide by @apfelbox in #25

Full Changelog: 1.0.0...1.0.1

1.0.0

25 Oct 09:06
1.0.0
dda51d9
Compare
Choose a tag to compare

🎁 New Features

  • Add mixin font-face().

✨ Improvements

  • Finally release 1.0

What's Changed

Full Changelog: 0.7.2...1.0.0

0.7.2

25 Apr 10:34
4da53f0
Compare
Choose a tag to compare

✨ Improvements

  • Add proper support for opentype (.otf) fonts in declare-font.

What's Changed

  • Add proper support for opentype (.otf) fonts in declare-font. by @apfelbox in #23

Full Changelog: 0.7.1...0.7.2

0.7.1

18 Aug 19:38
0.7.1
7d82798
Compare
Choose a tag to compare

✨ Improvements

  • Remove usage of deprecated / operator.

0.7.0

09 Jun 11:01
0.7.0
dba1d74
Compare
Choose a tag to compare

🎁 New Features

  • Add on-n-siblings() mixin.
  • Add is-number() and is-integer() function.

0.6.0

07 Apr 08:47
0.6.0
ecc8673
Compare
Choose a tag to compare

🎁 New Features

  • Add base styles.

0.5.1

08 Mar 21:57
0.5.1
84aedd4
Compare
Choose a tag to compare

✨ Improvements

  • Allow nullable media query (which will just compile away).

0.5.0

04 Mar 21:07
0.5.0
90a518f
Compare
Choose a tag to compare

🎁 New Features

  • Add media-query.on-media() mixin.