File: control

package info (click to toggle)
compass-blend-modes-plugin 0.0.3%2B20150331~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 228 kB
  • sloc: makefile: 33; ruby: 28
file content (35 lines) | stat: -rw-r--r-- 1,271 bytes parent folder | download
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
Source: compass-blend-modes-plugin
Section: web
Priority: optional
Maintainer: Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs (>= 0.4.147~),
 licensecheck,
 libregexp-assemble-perl,
 libimage-exiftool-perl,
 libfont-ttf-perl,
 debhelper,
 dh-buildinfo,
 gem2deb,
 ruby | ruby-interpreter,
 ruby-sass (>= 3.3)
Standards-Version: 3.9.8
Homepage: https://github.com/heygrady/scss-blend-modes
Vcs-Git: https://anonscm.debian.org/git/pkg-sass/compass-blend-modes-plugin.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-sass/compass-blend-modes-plugin.git
XS-Ruby-Versions: all

Package: compass-blend-modes-plugin
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends}
XB-Ruby-Versions: ${ruby:Versions}
Description: use standard color blending functions in Sass
 CSS doesn't natively support color blending the way that GIMP does.
 SCSS Blend Modes attempts to fake that by allowing you to blend a
 foreground color with a background color in order to approximate color
 blending.  The process is not dynamic; you can't use it to blend a
 color with an image.
 .
 Sass makes CSS fun again. Sass is an extension of CSS3, adding nested
 rules, variables, mixins, selector inheritance, and more.