1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: ruby-sass
Section: oldlibs
Priority: optional
Maintainer: Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
debhelper-compat (= 12),
gem2deb,
help2man,
Standards-Version: 4.3.0
Homepage: https://sass-lang.com/
Vcs-Git: https://salsa.debian.org/sass-team/ruby-sass.git
Vcs-Browser: https://salsa.debian.org/sass-team/ruby-sass
XS-Ruby-Versions: all
Package: ruby-sass
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends:
ruby:any | ruby-interpreter,
${misc:Depends},
# FIXME: recommend when in Debian
Suggests:
ruby-sass-listen (>= 4.0.0),
Provides:
sass,
Breaks:
ruby-compass (<< 1.0.0~),
ruby-sass-rails (<< 5~),
Description: deprecated CSS compiler - use sassc or ruby-sassc instead
Ruby Sass should no longer be used,
and will no longer be receiving any updates.
.
Please use sassc or ruby-sassc instead.
.
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.
|