Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Side by Side Diff: third_party/pyscss/scss/tests/example.scss

Issue 9111023: Pyscss is obsolete with Dart CSS complier; remove all pyscss code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove pyparsing from .gitignore Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/pyscss/scss/tests/example.ccss ('k') | third_party/pyscss/scss/tests/test.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 @charset utf-8;
2 @import url(test);
3
4 @mixin z-base {
5 a:hover, a:active { outline: none; }
6 a, a:active, a:visited { color: #607890; }
7 a:hover { color: #036; }
8 @debug test; }
9
10 @media print {
11 @include z-base; }
12
13 // Test comment
14 /* Css comment */
15 body {
16 $font: Georgia;
17
18 margin-bottom: .5em;
19 font-family: $font, sans-serif;
20 *font:13px/1.231 sans-serif; }
21
22 .test {
23 color: red;
24 &:after {
25 content: 'blue'; }}
26
27 pre, code, kbd, samp {
28 font: 12px/10px;
29 font-family: monospace, sans-serif; }
30
31 abbr[title], dfn[title] {
32 border:2px; }
OLDNEW
« no previous file with comments | « third_party/pyscss/scss/tests/example.ccss ('k') | third_party/pyscss/scss/tests/test.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698