Skip to content

Releases: at-import/Singularity

Closure

23 Apr 03:35
Compare
Choose a tag to compare

Singularity 1.8 introduces CSS Grid helpers as optional mixins to help transition Singularity users to using CSS Grid directly.

It also marks the final release of Singularity.

We love all of our users, and thank you for your support over the past 5 years. Singularity will continue to work as normal, but further development will stop.

v1.7.0

21 Feb 15:47
Compare
Choose a tag to compare
Release v1.7.0

SVG-Mazing

26 Feb 12:14
Compare
Choose a tag to compare

Background Grid ow produces SVG instead of CSS Gradients! Yay!

v1.6.1

25 Feb 17:47
Compare
Choose a tag to compare

Background Grid ow produces SVG instead of CSS Gradients! Yay!

Also fixed an issue w/Libsass and @error

Quite Calculating

17 Jan 23:24
Compare
Choose a tag to compare

This release finally brings the calc output style into Singularity Core!

Also in this release:

  • Added sgs-set() mixin to mirror sgs-change() mixin (getters and setters FTW)
  • background-grid mixin now throws a warning instead of a unit error if it's unable to generate a CSS Gradient for the given grid
  • Initial Libsass 3.1 certification!

v1.2.0

19 Mar 12:54
Compare
Choose a tag to compare
Proper version number for Bower

Closes #171

Updated Sass 3.3.0.rc.3 compatibility

11 Feb 22:20
Compare
Choose a tag to compare
Pre-release
v1.2.0.rc.6

Version bump

Output Style Updates

17 Jan 15:32
Compare
Choose a tag to compare
Output Style Updates Pre-release
Pre-release

Output functions can now set the value of a property to a map to have multiple properties printed with different values. The primary two use cases for this is to provide fallbacks for the same property or to provide a way to have experimental values for properties. The map should have a descriptive key (for experimental properties, the prefix plus standard for the standard property, or for fallbacks a fallback and standard key) and the value should be the value to be printed.

All Sorts of Sassy

12 Jan 20:35
Compare
Choose a tag to compare
All Sorts of Sassy Pre-release
Pre-release

Update to work with Sass 3.3.0 and Compass 1.0.0. Decouples Compass dependencies. Deprecations based on needs of Sass 3.3 global variable changes, see changelog.