From 44066a006a4d0c6fa073f80adb1b1200b0fc67b0 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Wed, 16 Nov 2022 14:07:25 -0500 Subject: [PATCH] Remove Reset SCSS --- app/styles/application.scss | 1 - app/styles/reset.scss | 54 ------------------------------------- 2 files changed, 55 deletions(-) delete mode 100644 app/styles/reset.scss diff --git a/app/styles/application.scss b/app/styles/application.scss index a3085f7e6..b7e109f5b 100644 --- a/app/styles/application.scss +++ b/app/styles/application.scss @@ -11,7 +11,6 @@ @import 'themes'; @import 'variables'; @import 'fonts'; -@import 'reset'; @import 'basics'; @import 'accounts'; @import 'boost'; diff --git a/app/styles/reset.scss b/app/styles/reset.scss deleted file mode 100644 index 2906b3ac2..000000000 --- a/app/styles/reset.scss +++ /dev/null @@ -1,54 +0,0 @@ -/* http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 - License: none (public domain) -*/ - -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; -} - -/* HTML5 display-role reset for older browsers */ -article, aside, details, figcaption, figure, -footer, header, hgroup, menu, nav, section { - display: block; -} - -body { - line-height: 1; -} - -ol, ul { - list-style: none; -} - -blockquote, q { - quotes: none; -} - -blockquote:before, blockquote:after, -q:before, q:after { - content: ''; - content: none; -} - -table { - border-collapse: collapse; - border-spacing: 0; -} \ No newline at end of file