compass-breakpoint-plugin 2.7.1-3 source package in Ubuntu

Changelog

compass-breakpoint-plugin (2.7.1-3) unstable; urgency=medium

  * provide virtual package sass-stylesheets-breakpoint
  * stop depend on ruby ruby-sass
  * relax to build-depend unversioned on ruby-sass:
    needed version satisfied in all supported releases of Debian
  * copyright info: update coverage
  * use debhelper compatibility level 13 (not 9);
    build-depend on debhelper-compat (not debhelper)
  * declare compliance with Debian Policy 4.5.1
  * update source helper script copyright-check

 -- Jonas Smedegaard <email address hidden>  Tue, 02 Mar 2021 12:22:52 +0100

Upload details

Uploaded by:
Debian Sass team
Uploaded to:
Sid
Original maintainer:
Debian Sass team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
compass-breakpoint-plugin_2.7.1-3.dsc 2.1 KiB 79743e1961ad8338dbd6ffe810ae45dd5a16a512cb7e2aaffb0caf1d797a2666
compass-breakpoint-plugin_2.7.1.orig.tar.gz 26.8 KiB 8457d1d19a194d21f9063c0f4818d08e626499be54922fcd66e4d8ab8f13803e
compass-breakpoint-plugin_2.7.1-3.debian.tar.xz 5.0 KiB d2f295bb2cb7032aed932b5fb0cba4c4b658d9fe351c12c060dbf9090646005c

Available diffs

No changes file available.

Binary packages built by this source

compass-breakpoint-plugin: 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.