Skip to content

Commit e5a233c

Browse files
Adds utilities.css. Regenerates common css dist.
Updates Svelte snapshots now that we have the width-full utility class on wrapper div for inputs.
1 parent f8b6ced commit e5a233c

File tree

15 files changed

+140
-46
lines changed

15 files changed

+140
-46
lines changed

agnosticui-css/css-dist/common.concat.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/* No I'm not going to fucking use 2000 css utilities, and, ahem, they've been around
2+
forever so don't tell me their proliferation is this new thing. I'll introduce these
3+
on an as-needed and pragmatic basis because I know how to write CSS. WTF. Rant over :) */
4+
.width-full {
5+
width: 100%;
6+
}
7+
8+
.screenreader-only {
9+
position: absolute;
10+
width: 1px;
11+
height: 1px;
12+
padding: 0;
13+
margin: -1px;
14+
overflow: hidden;
15+
clip: rect(0, 0, 0, 0);
16+
white-space: nowrap;
17+
border-width: 0;
18+
}
19+
120
/**
221
* Color tokens
322
*/

agnosticui-css/css-dist/common.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agnosticui-css/css-dist/common.prefixed.css

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agnosticui-css/css-dist/common.prefixed.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)