Skip to content

Commit

Permalink
Fix #26
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Jan 26, 2021
1 parent 42b4636 commit 749bdd8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions minireset.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,3 @@ td,
th {
padding: 0;
}

td:not([align]),
th:not([align]) {
text-align: left;
}
2 changes: 1 addition & 1 deletion minireset.css.lit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { css } from 'lit-element';

var minireset_min = css`/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:left}`;
var minireset_min = css`/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}`;

export { minireset_min as minireset };
2 changes: 1 addition & 1 deletion minireset.min.css

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

2 changes: 0 additions & 2 deletions minireset.sass
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,3 @@ table
td,
th
padding: 0
&:not([align])
text-align: left

0 comments on commit 749bdd8

Please sign in to comment.