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

Side by Side Diff: polymer_1.0.4/bower_components/prism/plugins/show-invisibles/prism-show-invisibles.css

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 5 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
OLDNEW
(Empty)
1 .token.tab:not(:empty):before,
2 .token.cr:before,
3 .token.lf:before {
4 color: hsl(24, 20%, 85%);
5 }
6
7 .token.tab:not(:empty):before {
8 content: '\21E5';
9 }
10
11 .token.cr:before {
12 content: '\240D';
13 }
14
15 .token.crlf:before {
16 content: '\240D\240A';
17 }
18 .token.lf:before {
19 content: '\240A';
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698