File: control

package info (click to toggle)
compass-layoutgala-plugin 0.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 240 kB
  • sloc: ruby: 23; makefile: 2; sh: 1
file content (39 lines) | stat: -rw-r--r-- 1,286 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
Source: compass-layoutgala-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 (>= 3.3),
Standards-Version: 4.5.1
Homepage: https://salsa.debian.org/sass-team/compass-layoutgala-plugin
Vcs-Git: https://salsa.debian.org/sass-team/compass-layoutgala-plugin.git
Vcs-Browser: https://salsa.debian.org/sass-team/compass-layoutgala-plugin
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: compass-layoutgala-plugin
Architecture: all
Depends:
 ${misc:Depends},
Provides:
 sass-stylesheets-layout-gala,
XB-Ruby-Versions: ${ruby:Versions}
Description: Sass mixins implementing the Layout-gala CSS styles
 This package contains a collection of Sass mixins
 implementing Layout-gala.
 .
 Layout-gala is a collection of 40 CSS layouts
 styling a single HTML markup,
 without hacks nor workarounds and a good cross-browser compatibility.
 The layouts uses techniques like negative margins,
 any order columns and opposite floats:
 <http://blog.html.it/layoutgala/>.
 .
 Sass is a pre-processing language for CSS.
 It allows you to write cleaner stylesheets
 and makes collaboration on your CSS a breeze.