ruby-sass 3.4.20-1 source package in Ubuntu
Changelog
ruby-sass (3.4.20-1) unstable; urgency=medium [ upstream ] * New release. + Fix bug with rounding changes from 3.4.14 and 3.4.15 where some negative numbers would incorrectly be rounded up instead of down. + Better compression for `:nth` pseudoselectors with subtraction. + Add support for new supports() clause for CSS @import directives. + Rounding numbers now respects Sass's precision setting for numbers very close to half an integer. + Add support for q unit, representing one quarter of a millimeter. + Mitigate race condition when multiple threads are using same Sass::Plugin object at once. + In compressed mode, numbers between -1 and 1 now omit leading 0. + Source maps now include source ranges for comments. Deprecation + Certain ways of using #{} without quotes in property and variable values have been deprecated in order to simplify the feature. Read upstream changelog for more details. [ Jonas Smedegaard ] * Unfuzz patch 1001. -- Jonas Smedegaard <email address hidden> Mon, 14 Dec 2015 00:00:30 +0545
Upload details
- Uploaded by:
- Debian Sass team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Sass team
- Architectures:
- all
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-sass_3.4.20-1.dsc | 1.9 KiB | 6f6c91133f9b927656d43238356eb728445fb46c1ac55ab44c391bbba3e1989e |
ruby-sass_3.4.20.orig.tar.gz | 378.2 KiB | ce17de7f8868b1f1b33ed088569f0610a16e08c9d9197a0606bde32b76955bed |
ruby-sass_3.4.20-1.debian.tar.xz | 11.6 KiB | 9176db4e5919bd40a70d09060a2b31f2e369d9ea85559ddc0580b02508c5c3ea |
Available diffs
- diff from 3.4.19-1 to 3.4.20-1 (17.6 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.