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

« back to all changes in this revision

Viewing changes to examples/blueprint_plugins/src/rtl_screen.scss

  • 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
 
@import "blueprint";
2
 
@import "blueprint/fancy-type";
3
 
@import "blueprint/scaffolding";
4
 
@import "blueprint/rtl";
5
 
@import "compass/reset";
6
 
 
7
 
@include blueprint;
8
 
 
9
 
@include rtl-typography;
10
 
 
11
 
@include fancy-type;
12
 
 
13
 
// Remove the scaffolding when you're ready to start doing visual design.
14
 
// Or leave it in if you're happy with how blueprint looks out-of-the-box
15
 
@include blueprint-scaffolding;