File: control

package info (click to toggle)
compass-breakpoint-plugin 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 648 kB
  • sloc: javascript: 27; makefile: 2; sh: 1
file content (44 lines) | stat: -rw-r--r-- 1,571 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
41
42
43
44
Source: compass-breakpoint-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),
Standards-Version: 4.6.1
Homepage: http://breakpoint-sass.com/
Vcs-Git: https://salsa.debian.org/sass-team/compass-breakpoint-plugin.git
Vcs-Browser: https://salsa.debian.org/sass-team/compass-breakpoint-plugin
Rules-Requires-Root: no

Package: compass-breakpoint-plugin
Architecture: all
Depends:
 compass-sassy-maps-plugin (<< 1),
 ${misc:Depends}
Provides:
 sass-stylesheets-breakpoint,
Description: really simple media queries with Sass
 Breakpoint makes writing media queries in Sass super simple.
 Create a variable using a simplified syntax
 based on most commonly used media queries,
 then call it using the "breakpoint" mixin.
 Breakpoint handles all of the heavy lifting,
 from writing the media query itself,
 to handling cross-browser compatibility issues,
 so you can focus on what's important:
 making sure your website looks its best.
 .
 Breakpoint also allows you
 to get the context of your media queries from your code,
 allowing you to write dynamic mixins
 based on their media query context.
 .
 Additionally, Breakpoint includes Respond-To syntax
 for the semantic awesomeness of string names
 to identify your queries as opposed to variables,
 and for dynamically generating media queries.
 .
 Sass is a pre-processing language for CSS.
 It allows you to write cleaner stylesheets
 and makes collaboration on your CSS a breeze.