main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
1.5 KB
|
Rev | Line | |
---|
[79a0317] | 1 | // Generated by CoffeeScript 1.8.0
|
---|
| 2 | module.exports = function() {
|
---|
| 3 | return {
|
---|
| 4 | 'pretty-error': {
|
---|
| 5 | display: 'block',
|
---|
| 6 | marginLeft: '2'
|
---|
| 7 | },
|
---|
| 8 | 'pretty-error > header': {
|
---|
| 9 | display: 'block'
|
---|
| 10 | },
|
---|
| 11 | 'pretty-error > header > title > kind': {
|
---|
| 12 | background: 'red',
|
---|
| 13 | color: 'bright-white'
|
---|
| 14 | },
|
---|
| 15 | 'pretty-error > header > title > wrapper': {
|
---|
| 16 | marginRight: '1',
|
---|
| 17 | color: 'grey'
|
---|
| 18 | },
|
---|
| 19 | 'pretty-error > header > colon': {
|
---|
| 20 | color: 'grey',
|
---|
| 21 | marginRight: 1
|
---|
| 22 | },
|
---|
| 23 | 'pretty-error > header > message': {
|
---|
| 24 | color: 'bright-white'
|
---|
| 25 | },
|
---|
| 26 | 'pretty-error > trace': {
|
---|
| 27 | display: 'block',
|
---|
| 28 | marginTop: 1
|
---|
| 29 | },
|
---|
| 30 | 'pretty-error > trace > item': {
|
---|
| 31 | display: 'block',
|
---|
| 32 | marginBottom: 1,
|
---|
| 33 | marginLeft: 2,
|
---|
| 34 | bullet: '"<grey>-</grey>"'
|
---|
| 35 | },
|
---|
| 36 | 'pretty-error > trace > item > header': {
|
---|
| 37 | display: 'block'
|
---|
| 38 | },
|
---|
| 39 | 'pretty-error > trace > item > header > pointer > file': {
|
---|
| 40 | color: 'bright-yellow'
|
---|
| 41 | },
|
---|
| 42 | 'pretty-error > trace > item > header > pointer > colon': {
|
---|
| 43 | color: 'grey'
|
---|
| 44 | },
|
---|
| 45 | 'pretty-error > trace > item > header > pointer > line': {
|
---|
| 46 | color: 'bright-yellow',
|
---|
| 47 | marginRight: 1
|
---|
| 48 | },
|
---|
| 49 | 'pretty-error > trace > item > header > what': {
|
---|
| 50 | color: 'white'
|
---|
| 51 | },
|
---|
| 52 | 'pretty-error > trace > item > footer': {
|
---|
| 53 | display: 'block'
|
---|
| 54 | },
|
---|
| 55 | 'pretty-error > trace > item > footer > addr': {
|
---|
| 56 | display: 'block',
|
---|
| 57 | color: 'grey'
|
---|
| 58 | },
|
---|
| 59 | 'pretty-error > trace > item > footer > extra': {
|
---|
| 60 | display: 'block',
|
---|
| 61 | color: 'grey'
|
---|
| 62 | }
|
---|
| 63 | };
|
---|
| 64 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.