compass-breakpoint-plugin 3.0.0-1 source package in Ubuntu

Changelog

compass-breakpoint-plugin (3.0.0-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * update copyright info: use field Reference
    (not License-Reference)
  * declare compliance with Debian Policy 4.6.1
  * drop patch 2001 obsoleted by upstream changes
  * stop handle Ruby code, now dropped upstream;
    stop build-depend on
    gem2deb ruby ruby-sass compass-sassy-maps-plugin

 -- Jonas Smedegaard <email address hidden>  Thu, 25 Aug 2022 17:24:27 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
compass-breakpoint-plugin_3.0.0-1.dsc 2.0 KiB d5ede21dc59599ef2ed7857e9d6595ff200f0430c77ddd1d4bb1f1fefcbcf9ba
compass-breakpoint-plugin_3.0.0.orig.tar.gz 59.4 KiB 6bfe059dcfcdd9ca0aa63f8306872cc984b5328179ed8624ff12e20b47a1ee75
compass-breakpoint-plugin_3.0.0-1.debian.tar.xz 4.7 KiB e5fbc884490b45598f6c7d314d4d869338be406c72a88cb9ae14fbd614f2d945

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.