main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
507 bytes
|
Rev | Line | |
---|
[d565449] | 1 | 'use strict';
|
---|
| 2 |
|
---|
| 3 | exports.addon = function (renderer) {
|
---|
| 4 | if (process.env.NODE_ENV !== 'production') {
|
---|
| 5 | require('../__dev__/warnOnMissingDependencies')('reset', renderer, ['put']);
|
---|
| 6 | }
|
---|
| 7 |
|
---|
| 8 | var css = {
|
---|
| 9 | '*': {
|
---|
| 10 | 'vertical-align': 'baseline',
|
---|
| 11 | fw: 'inherit',
|
---|
| 12 | ff: 'inherit',
|
---|
| 13 | fs: 'inherit',
|
---|
| 14 | fz: '100%',
|
---|
| 15 | bd: '0 none',
|
---|
| 16 | out: 0,
|
---|
| 17 | pad: 0,
|
---|
| 18 | mar: 0,
|
---|
| 19 | },
|
---|
| 20 | };
|
---|
| 21 |
|
---|
| 22 | renderer.put('', css);
|
---|
| 23 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.