ruby-sass 3.2.12-1 source package in Ubuntu
Changelog
ruby-sass (3.2.12-1) unstable; urgency=low [ upstream ] * New release. + Add a couple missing require, fixing some load errors, especially when using the command-line interface. + Tune up some heuristics for eliminating redundant generated selectors. This will prevent some selector elimination in cases where multi-layered @extend is being used and where it seems intuitively like selectors shouldn't be eliminated. -- Jonas Smedegaard <email address hidden> Mon, 07 Oct 2013 20:49:17 +0200
Upload details
- Uploaded by:
- Jonas Smedegaard
- Uploaded to:
- Sid
- Original maintainer:
- Jonas Smedegaard
- Architectures:
- all
- Section:
- web
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | ruby |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-sass_3.2.12-1.dsc | 1.9 KiB | d3842f10d2395f08d8032e393290c192a9a958f409018554fafca1f1ca7d4719 |
ruby-sass_3.2.12.orig.tar.gz | 274.3 KiB | 3012867bc6a364ca169ddcdeb21678cfa5d4d6ecb78b3454d7b435747b918a15 |
ruby-sass_3.2.12-1.debian.tar.gz | 9.5 KiB | 220d6794e9d41711119ded1d7b49dd3e5295868d64fea781516e6481b349a054 |
Available diffs
- diff from 3.2.9-1 to 3.2.12-1 (28.5 KiB)
No changes file available.
Binary packages built by this source
- ruby-sass: powerful but elegant CSS compiler that makes CSS fun again
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested
rules, variables, mixins, selector inheritance, and more.
.
It's translated to well-formatted, standard CSS using the command line
tool or a web-framework plugin.