aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/css_reset.tsx
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-11-07 08:31:52 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-11-07 08:31:52 +0800
commitd1186e08b458191f578e406997c2b51567a5b49f (patch)
tree7aa859eba96fe7c94e652ba65a51a40b06d6a911 /packages/instant/src/components/css_reset.tsx
parentcab71fd4d177dc89431a36e33a43e9cd7f0e7071 (diff)
downloaddexon-0x-contracts-d1186e08b458191f578e406997c2b51567a5b49f.tar
dexon-0x-contracts-d1186e08b458191f578e406997c2b51567a5b49f.tar.gz
dexon-0x-contracts-d1186e08b458191f578e406997c2b51567a5b49f.tar.bz2
dexon-0x-contracts-d1186e08b458191f578e406997c2b51567a5b49f.tar.lz
dexon-0x-contracts-d1186e08b458191f578e406997c2b51567a5b49f.tar.xz
dexon-0x-contracts-d1186e08b458191f578e406997c2b51567a5b49f.tar.zst
dexon-0x-contracts-d1186e08b458191f578e406997c2b51567a5b49f.zip
chore: linter
Diffstat (limited to 'packages/instant/src/components/css_reset.tsx')
-rw-r--r--packages/instant/src/components/css_reset.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/instant/src/components/css_reset.tsx b/packages/instant/src/components/css_reset.tsx
index 1e47a244a..891c95e4d 100644
--- a/packages/instant/src/components/css_reset.tsx
+++ b/packages/instant/src/components/css_reset.tsx
@@ -6,18 +6,18 @@ export const CSSReset =
styled.div <
CSSResetProps >
`
- /*
+ /*
* Derived from
* https://github.com/jtrost/Complete-CSS-Reset
*/
- a, abbr, area, article, aside, audio, b, bdo, blockquote, body, button,
- canvas, caption, cite, code, col, colgroup, command, datalist, dd, del,
+ a, abbr, area, article, aside, audio, b, bdo, blockquote, body, button,
+ canvas, caption, cite, code, col, colgroup, command, datalist, dd, del,
details, dialog, dfn, div, dl, dt, em, embed, fieldset, figure, form,
- h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, html, i, iframe, img,
+ h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, html, i, iframe, img,
input, ins, keygen, kbd, label, legend, li, map, mark, menu, meter, nav,
noscript, object, ol, optgroup, option, output, p, param, pre, progress,
- q, rp, rt, ruby, samp, section, select, small, span, strong, sub, sup,
+ q, rp, rt, ruby, samp, section, select, small, span, strong, sub, sup,
table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
background: transparent;
border: 0;