Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/utilities.html

Issue 29591558: Issue 5941 - Implemented background-color utility classes (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 29, 2017, 1:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pages/index.html ('k') | static/scss/_utilities.scss » ('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 title=Utilities
2
3 <h1>Utilities</h1>
4 <p>HTML & SCSS component utilities</p>
5
6 <ol>
7 <li><a href="#backgrounds">Backgrounds</a></li>
8 </ol>
9
10 <h2 id="backgrounds">Backgrounds</h2>
11
12 <p class="bg-primary">Primary background</p>
13
14 <p class="bg-secondary">Secondary background</p>
15
16 <p class="bg-accent">Accent background</p>
17
18 <p class="bg-error">Error background</p>
OLDNEW
« no previous file with comments | « pages/index.html ('k') | static/scss/_utilities.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld