76 Commits

Author SHA1 Message Date
Adam Wathan
4776a4a781 Add empty .npmignore so dist files are distributed with releases 2017-11-09 09:21:30 -05:00
Adam Wathan
ca366ee12d Include dist folder, but exclude contents 2017-11-06 15:11:48 -05:00
Adam Wathan
9210b7f747 gitignore dist files, but still publish to npm 2017-11-06 11:26:20 -05:00
Jonathan Reinink
c550cd1b7c Add all margin-auto utilities 2017-11-04 06:53:43 -04:00
Adam Wathan
b727450b83 Autoprefix dist files for browsers with >1% usage 2017-11-03 11:34:02 -04:00
Adam Wathan
82f41ffe1d Add separate preflight and utilities dist files
Just so folks can pull these in independently via CDN.
2017-11-02 13:26:27 -04:00
Adam Wathan
e46cc65d80 Remove example class from dist build
Still want to be including this in our tests, so sanity test now runs
against a separate fixture.
2017-11-02 13:25:50 -04:00
Adam Wathan
b705b53f92 Don't define rounded side variants for each size
Instead, set the opposing corners to 0.
2017-10-30 17:35:27 -04:00
Adam Wathan
bf3145277f Add position static utilitiy 2017-10-27 15:28:23 -04:00
Adam Wathan
eb3cdda472 Use latest dist files 2017-10-24 12:14:55 -04:00
Adam Wathan
564ac50868 Reduce tracking-wide default to .05em
.1em is just a bit too wide ¯\_(ツ)_/¯
2017-10-24 09:25:30 -04:00
Adam Wathan
7c66d7be40 Rename flex-nowrap to flex-no-wrap 2017-10-24 07:42:20 -04:00
Adam Wathan
42d420d52d Rebuild dist files 2017-10-21 10:37:50 -04:00
Adam Wathan
64c3af5c0d Fix tests 2017-10-20 13:44:57 -04:00
Adam Wathan
8e1fcd7262 Generate minified file on build
Useful for checking gzip size and making sure we are still reasonable.
Currently at 19.6kb 🤙🏻
2017-10-19 12:00:14 -04:00
Adam Wathan
e513a00d62 Update dist files 2017-10-19 11:59:44 -04:00
Adam Wathan
ea433a69ee Update shadows documentation 2017-10-17 14:58:53 -04:00
Adam Wathan
f0ebdabb83 Switch to only literal colors 2017-10-17 10:39:57 -04:00
Adam Wathan
89ab635666 Don't specify style or color for zero width borders 2017-10-16 19:16:48 -04:00
Adam Wathan
e0535a7724 Add smoke/slate colors, rename all "lightest" to "lighter" 2017-10-16 15:20:13 -04:00
Adam Wathan
0feb1dad57 Add align-self utilities 2017-10-16 13:58:04 -04:00
David Hemphill
b3887b6fc1 rename align-content utilities to have content prefix 2017-10-16 13:51:49 -04:00
David Hemphill
5a186018b8 add align-content helpers 2017-10-16 13:51:49 -04:00
Adam Wathan
daaf1cadce Provide fewer default text color utilities
Provide just the dark and darker versions of each color. We may want to
add one light option too?
2017-10-16 13:51:01 -04:00
Adam Wathan
5184e93398 Add shadow-none utility 2017-10-16 09:58:40 -04:00
Adam Wathan
fe3afe7523 Add transparent as a default border color option 2017-10-15 17:11:01 -04:00
Adam Wathan
70cabb00c4 Add border-none style helper
Tried typing this earlier instinctively so it should probably exist.
2017-10-15 13:52:05 -04:00
Adam Wathan
fc0e039937 Use .5 opacity default for placeholder text
.7 wasn't enough contrast vs. the input text
2017-10-15 11:46:58 -04:00
Adam Wathan
282c8c595c Fix hover utilities 2017-10-14 09:57:54 -04:00
Adam Wathan
56c0980158 Don't apply hover utilities on focus
I thought this was a good idea at first but in practice it feels wrong.
Not totally opposed to it, but I couldn't really find any other sites
that apply a button's hover state on focus for example.
2017-10-13 17:02:09 -04:00
Adam Wathan
b41a5ae724 Rename appearance-none to input-reset, move docs 2017-10-13 11:17:53 -04:00
Adam Wathan
f1ad1d8a7a Add list-reset utility 2017-10-13 11:15:31 -04:00
Adam Wathan
56c51e88db Add basic inner box shadow (need Steve to improve) 2017-10-13 10:49:30 -04:00
Adam Wathan
cd41069cba Extract reset to separate file, inline SUIT CSS Base, rename @tailwind at-rules 2017-10-11 09:35:04 -04:00
Adam Wathan
a4ac5c704f Tons of docs scaffolding and structuring 2017-10-10 21:21:12 -04:00
Adam Wathan
9552867050 Add pointer events utilities 2017-10-09 11:27:50 -04:00
Adam Wathan
b358390e8b Switch @ prefix for hover: prefix 2017-10-09 10:39:54 -04:00
Adam Wathan
1da5eb4d4c Add @tailwind-reset rule
...with basic reset support.

Might want to rename the rule because of that annoying Less issue where
it fails without any parameters, like `@tailwind reset` or something.
Super G and inconsistent with `@tailwind-utilities all` though. Who
knows.
2017-10-07 17:59:28 -04:00
Adam Wathan
082fd3a389 Remove dependency on CSSNext 2017-10-06 15:31:45 -04:00
Adam Wathan
b675690109 Add simple container utility
Creates a `.container` class that uses the current breakpoint as it's
max-width.
2017-10-05 12:01:51 -04:00
Adam Wathan
df8da88e59 Fix missing - in negative margin helper 2017-10-05 10:46:00 -04:00
Adam Wathan
f6b4037691 Add min/max width/height + some cleanup 2017-10-05 10:42:04 -04:00
Adam Wathan
0f71f688cf Rename pull helpers to 2017-09-18 17:54:36 -04:00
David Hemphill
8863065b97 Rework Babel setup to be more node-y less browser-y 2017-09-09 10:23:53 -04:00
Adam Wathan
2d41a67b29 Add basic set of opacity utilities 2017-09-03 18:26:59 -04:00
Adam Wathan
16a5bd6114 Add support for merging and replacing config keys from a single config file 2017-09-02 07:41:55 -04:00
Adam Wathan
033522347b Add PostCSS z-index utilities 2017-08-28 09:32:08 -04:00
Adam Wathan
4c2b0a6f69 Make text colors hoverable by default 2017-08-27 21:02:34 -04:00
Adam Wathan
b936532414 Make border colors hoverable by default 2017-08-27 21:01:08 -04:00
Adam Wathan
8163761b7d Make background colors hoverable by default 2017-08-27 20:59:20 -04:00