File: control.in

package info (click to toggle)
compass-normalize-plugin 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 784 kB
  • sloc: makefile: 33; ruby: 15
file content (40 lines) | stat: -rw-r--r-- 1,671 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
36
37
38
39
40
Source: compass-normalize-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@
Standards-Version: 3.9.8
Homepage: https://github.com/JohnAlbin/normalize-scss
Vcs-Git: https://anonscm.debian.org/git/pkg-sass/compass-normalize-plugin.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-sass/compass-normalize-plugin.git
XS-Ruby-Versions: all

Package: compass-normalize-plugin
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends}
XB-Ruby-Versions: ${ruby:Versions}
Description: Sass version of Normalize.css
 Normalize-scss is a Sass version of Normalize.css.
 .
 Normalize.css is a collection of HTML element and attribute rulesets to
 normalize styles across all browsers:
  * Preserves useful defaults, unlike many CSS resets.
  * Normalizes styles for a wide range of elements.
  * Corrects bugs and common browser inconsistencies.
  * Improves usability with subtle modifications.
  * Explains what code does using detailed comments.
 .
 Normalize-scss aims to use a light dusting of Sass to make Normalize
 even easier to integrate with your website. It currently adds:
  * Vertical rhythm mixins: Allowing you to alter the font-size,
    line-height and margins in Normalize's output without hacking the
    library.
  * Optional Eyeglass support.
  * Several ready-to-fork versions that integrate typography Sass
    modules like Typey, style guides built with KSS, or the legacy
    Compass module.
 .
 Sass is a pre-processing language for CSS. It allows you to write
 cleaner stylesheets and makes collaboration on your CSS a breeze.