~ubuntu-branches/ubuntu/vivid/ruby-compass/vivid-proposed

« back to all changes in this revision

Viewing changes to cli/test/fixtures/stylesheets/busted_font_urls/sass/screen.sass

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2014-10-23 01:41:15 UTC
  • mfrom: (12.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20141023014115-bfhklnxtb876j1k4
Tags: 1.0.1~dfsg-3
* Fix tighten dependencies on ruby-sass and ruby-chunky-png.
* Adjust watch file to track only stable releases.
* Update Vcs-Browser URL to use cgit web frontend.
* Declare compliance with Debian Policy 3.9.6.
* Add NEWS entry about Blueprint now packaged separately.
* Stop build-depend explicitly on ruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.showgrid
 
2
  font-family: font-url("grid.ttf", $only-path: false, $cache-buster: true)
 
3
 
 
4
.no-buster
 
5
  font-family: font-url("grid.ttf", $only-path: false, $cache-buster: false)
 
6
 
 
7
.buster-by-default
 
8
  font-family: font-url("grid.ttf")
 
9
 
 
10
.feed
 
11
  font-family: font-url("feed.ttf", $only-path: false, $cache-buster: true)
 
12
 
 
13
.dk
 
14
  font-family: font-url("sub/dk.ttf", $only-path: false, $cache-buster: true)