Releases: at-import/Singularity
Closure
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
SVG-Mazing
Background Grid ow produces SVG instead of CSS Gradients! Yay!
v1.6.1
Quite Calculating
This release finally brings the calc
output style into Singularity Core!
Also in this release:
- Added
sgs-set()
mixin to mirrorsgs-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
Updated Sass 3.3.0.rc.3 compatibility
v1.2.0.rc.6 Version bump
Output Style Updates
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
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.