File: control

package info (click to toggle)
compass-color-schemer-plugin 0.2.8%2B20140309-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 216 kB
  • sloc: ruby: 12; makefile: 2; sh: 1
file content (35 lines) | stat: -rw-r--r-- 1,287 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-color-schemer-plugin
Section: web
Priority: optional
Maintainer: Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 13),
 gem2deb,
 ruby | ruby-interpreter,
 ruby-sass,
 compass-blend-modes-plugin
Standards-Version: 4.5.1
Homepage: https://github.com/at-import/color-schemer
Vcs-Git: https://salsa.debian.org/sass-team/compass-color-schemer-plugin.git
Vcs-Browser: https://salsa.debian.org/sass-team/compass-color-schemer-plugin
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: compass-color-schemer-plugin
Architecture: all
Depends:
 compass-blend-modes-plugin,
 ${misc:Depends}
Provides:
 sass-stylesheets-color-schemer,
XB-Ruby-Versions: ${ruby:Versions}
Description: create color schemes with ease
 Color schemer is a robust color toolset for Sass. It expands on the
 existing Sass color functions and adds things like RYB manipulation,
 set-hue, set-lightness, tint, shade and more. It also leverages these
 tools adding a full-featured color scheming tool that allows you to set
 one primary color and create whole color schemes around it.
 .
 Sass makes CSS fun again. Sass is an extension of CSS3, adding nested
 rules, variables, mixins, selector inheritance, and more.