Skip to content

Commit

Permalink
feat: size reductions
Browse files Browse the repository at this point in the history
  • Loading branch information
xkrishguptaa committed Jun 29, 2021
1 parent 71970b6 commit bbc5fd7
Show file tree
Hide file tree
Showing 19 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions css/optionated.css → css/opinionated.css
Expand Up @@ -137,7 +137,7 @@ textarea {
}

::-moz-focus-inner {
border-style: none;
border: 0;
}

:-moz-focusring {
Expand Down Expand Up @@ -189,7 +189,7 @@ audio:not([controls]) {
}

img {
border-style: none;
border: 0;
}

svg:not(:root) {
Expand Down
2 changes: 1 addition & 1 deletion css/optionated.min.css → css/opinionated.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions css/reseter.css
Expand Up @@ -137,7 +137,7 @@ textarea {
}

::-moz-focus-inner {
border-style: none;
border: 0;
}

:-moz-focusring {
Expand Down Expand Up @@ -189,7 +189,7 @@ audio:not([controls]) {
}

img {
border-style: none;
border: 0;
}

svg:not(:root) {
Expand Down
2 changes: 1 addition & 1 deletion css/reseter.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/less/components/forms.less
Expand Up @@ -81,7 +81,7 @@ textarea {
}

::-moz-focus-inner {
border-style: none;
border: 0;
}

:-moz-focusring {
Expand Down
2 changes: 1 addition & 1 deletion src/less/components/other.less
Expand Up @@ -39,7 +39,7 @@ audio:not([controls]) {
}

img {
border-style: none;
border: 0;
}

svg:not(:root) {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/sass/components/forms.sass
Expand Up @@ -66,7 +66,7 @@ textarea
font: inherit

::-moz-focus-inner
border-style: none
border: 0

:-moz-focusring
outline: 1px dotted ButtonText
Expand Down
2 changes: 1 addition & 1 deletion src/sass/components/other.sass
Expand Up @@ -34,7 +34,7 @@ audio:not([controls])
height: 0

img
border-style: none
border: 0

svg:not(:root)
overflow: hidden
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/scss/components/forms.scss
Expand Up @@ -81,7 +81,7 @@ textarea {
}

::-moz-focus-inner {
border-style: none;
border: 0;
}

:-moz-focusring {
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/other.scss
Expand Up @@ -39,7 +39,7 @@ audio:not([controls]) {
}

img {
border-style: none;
border: 0;
}

svg:not(:root) {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/styled-components/js/reseter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/styled-components/js/reseter.mjs
@@ -1,3 +1,3 @@
import { css } from 'styled-components';

export default css`*,::after,::before{box-sizing:inherit}html{line-height:1.15;box-sizing:border-box;font-family:sans-serif}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}a{background-color:transparent}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{margin:0;line-height:inherit;border:1px solid currentColor}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;padding:1px 6px}input{overflow:visible}input,textarea{padding:1px;box-sizing:border-box}fieldset{border:1px solid currentColor;margin:0 2px}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto;vertical-align:top}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-moz-color-swatch,::-webkit-color-swatch{border:0}::-moz-color-swatch-wrapper,::-webkit-color-swatch-wrapper{padding:0}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}hr{box-sizing:content-box;height:0;color:inherit;overflow:visible}dl dl,dl ol,dl ul,ol dl,ul dl{margin:0}ol ol,ol ul,ul ol,ul ul{margin:0}b,strong{font-weight:bolder}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}table{text-indent:0;border-color:inherit}details{display:block}dialog{background-color:inherit;border:solid;color:inherit;display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}`
export default css`*,::after,::before{box-sizing:inherit;padding:0;margin:0}html{line-height:1.15;box-sizing:border-box;font-family:sans-serif}main{display:block}h1{font-size:2em;margin:.67em 0}a{background-color:transparent}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{line-height:inherit;border:1px solid currentColor}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;padding:1px 6px}input{overflow:visible}input,textarea{padding:1px}fieldset{border:1px solid currentColor;margin:0 2px}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{overflow:auto;vertical-align:top}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=color]{background:inherit}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.5}::-webkit-file-upload-button,::-webkit-search-decoration{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}hr{box-sizing:content-box;height:0;color:inherit;overflow:visible}dl,ol,ul{margin:1em 0}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:0}b,strong{font-weight:bolder}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border:0}svg:not(:root){overflow:hidden}table{text-indent:0;border-color:inherit}details{display:block}dialog{background-color:inherit;border:solid;color:inherit;display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}`

0 comments on commit bbc5fd7

Please sign in to comment.