Skip to content

Commit

Permalink
Adds utilities.css. Regenerates common css dist.
Browse files Browse the repository at this point in the history
Updates Svelte snapshots now that we have the width-full utility class on wrapper div for inputs.
  • Loading branch information
roblevintennis committed Oct 17, 2020
1 parent f8b6ced commit e5a233c
Show file tree
Hide file tree
Showing 15 changed files with 140 additions and 46 deletions.
19 changes: 19 additions & 0 deletions agnosticui-css/css-dist/common.concat.css
@@ -1,3 +1,22 @@
/* No I'm not going to fucking use 2000 css utilities, and, ahem, they've been around
forever so don't tell me their proliferation is this new thing. I'll introduce these
on an as-needed and pragmatic basis because I know how to write CSS. WTF. Rant over :) */
.width-full {
width: 100%;
}

.screenreader-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}

/**
* Color tokens
*/
Expand Down
2 changes: 1 addition & 1 deletion agnosticui-css/css-dist/common.min.css

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

21 changes: 20 additions & 1 deletion agnosticui-css/css-dist/common.prefixed.css

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

2 changes: 1 addition & 1 deletion agnosticui-css/css-dist/common.prefixed.min.css

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

0 comments on commit e5a233c

Please sign in to comment.