2018-03-16 00:03:56 +01:00
|
|
|
.alert.release
|
2018-10-24 00:06:39 +02:00
|
|
|
.sl-l-container
|
2018-03-16 00:03:56 +01:00
|
|
|
%ul
|
|
|
|
%li Current Releases:
|
|
|
|
%li
|
|
|
|
%span.release-name<
|
|
|
|
= link_to "Dart Sass", "dart-sass"
|
|
|
|
-# Force space between the two links.
|
|
|
|
 
|
|
|
|
= link_to impl_version(:dart) || "???", release_url(:dart)
|
|
|
|
|
|
|
|
%li
|
|
|
|
%span.release-name<
|
|
|
|
= link_to "LibSass", "libsass"
|
|
|
|
-# Force space between the two links.
|
|
|
|
 
|
|
|
|
= link_to impl_version(:libsass) || "???", release_url(:libsass)
|
|
|
|
|
|
|
|
%li
|
|
|
|
%span.release-name<
|
|
|
|
= link_to "Ruby Sass", "ruby-sass"
|
|
|
|
-# Force space between the two links.
|
|
|
|
 
|
|
|
|
= link_to impl_version(:ruby) || "???", |
|
|
|
|
"/documentation/file.SASS_CHANGELOG.html" |
|
|
|
|
|
|
|
|
%li= link_to "Implementation Guide", "implementation"
|