~corey.bryant/ubuntu/wily/python-pyscss/thedac

« back to all changes in this revision

Viewing changes to scss/tests/files/xfail/scope-nesting-2.css

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-06-30 11:59:32 UTC
  • mfrom: (1.1.3) (4.1.5 wily-proposed)
  • Revision ID: package-import@ubuntu.com-20150630115932-x8hhd5e595g4k30t
Tags: 1.3.4-0ubuntu2
* Enable unit tests for python 3.4.
* Add dh-python to BD's.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
h1 {
2
 
  color: black;
3
 
  color: white;
4
 
}
5
 
h1 h2 {
6
 
  color: gray;
7
 
  color: white;
8
 
}