4079 Commits

Author SHA1 Message Date
Adam Wathan
e99a3c66de Add more alert styles, extract reusable code sample partial 2017-10-16 12:25:22 -04:00
Adam Wathan
ac6ef8249b Tweak markdown styles 2017-10-16 12:25:09 -04:00
Adam Wathan
9569c2dacd Fix color palette docs page file name 2017-10-16 12:25:02 -04:00
Adam Wathan
521906453f Add "darker" variations for each color
Useful for text, but haven't actually turned any of these into
utilities yet.

I think I want to limit the number of text colors and not turn every
color palette color into a text color; instead only use maybe the two
dark variations.
2017-10-16 12:24:49 -04:00
Adam Wathan
6aebe239a8 Tweak teal-lightest color 2017-10-16 12:23:52 -04:00
Adam Wathan
5184e93398 Add shadow-none utility 2017-10-16 09:58:40 -04:00
Adam Wathan
c951ad09ae Working on alert examples 2017-10-16 09:01:38 -04:00
Adam Wathan
7401f8583a Scaffold "color palette" docs page 2017-10-15 19:41:00 -04:00
Adam Wathan
fe3afe7523 Add transparent as a default border color option 2017-10-15 17:11:01 -04:00
Adam Wathan
18f4e650bd Support passing config as a path
Let's you do tailwind('config.js') instead of
tailwind(require('config.js')) when registering Tailwind as a PostCSS
plugin.
2017-10-15 17:10:25 -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
David Hemphill
4f2713fae6 change to es6 import 2017-10-14 12:12:56 -05:00
Adam Wathan
57717166d1 Remove old backgrounds docs page 2017-10-14 10:29:46 -04:00
Adam Wathan
047392c627 Unstyle lists in docs by default 2017-10-14 09:58:08 -04:00
Adam Wathan
282c8c595c Fix hover utilities 2017-10-14 09:57:54 -04:00
David Hemphill
59d2f6661f Remove unused test 2017-10-14 00:25:08 -05:00
David Hemphill
42da4528ec Merge branch 'master' into moar-tests 2017-10-14 00:11:59 -05:00
David Hemphill
ee1659ab76 prevent rules inside media queries from being used as a mixin 2017-10-14 00:11:19 -05:00
Adam Wathan
81d0726533 Update README 2017-10-13 19:44:19 -04:00
Adam Wathan
f87562cd43 Changes to CLI tool
- Remove stuff about merging config; Tailwind handles that on it's own
- Write to stdOut by default; file if specified with -o/--output
2017-10-13 19:38:33 -04:00
Adam Wathan
4342db92df Merge pull request #176 from nothingworksinc/hover-only
Don't apply hover utilities on focus
2017-10-13 17:02:50 -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
9c076c23f3 Scaffold "What is Tailwind?" page 2017-10-13 16:57:52 -04:00
Adam Wathan
8b0f271344 Clean up readme a bit 2017-10-13 16:57:13 -04:00
Adam Wathan
55e3b601e9 Add quick and dirty README docs 2017-10-13 15:09:15 -04:00
Adam Wathan
5616a9919c Use CommonJS format for default config
...so people can copy and paste it.
2017-10-13 14:44:40 -04:00
Adam Wathan
09a56e794f Rename 'breakpoint' features to 'screens', support for 'raw' key 2017-10-13 11:39:55 -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
Jonathan Reinink
7d785bf519 Fix breakpoint at rule 2017-10-12 12:06:51 -04:00
Adam Wathan
c4a318b510 Fix sidebar margin 2017-10-11 20:15:11 -04:00
Adam Wathan
1a62d231b9 Update lock files 2017-10-11 20:14:16 -04:00
Adam Wathan
646c5e6c95 Update negative margin class in grid docs 2017-10-11 13:24:06 -04:00
Adam Wathan
10d940707a Tweak borders docs 2017-10-11 10:40:18 -04:00
Adam Wathan
2ad2e123c3 Swap new utilities and extract components 2017-10-11 10:17:04 -04:00
Adam Wathan
a634f6e389 Reorganize docs TOC 2017-10-11 10:13:13 -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
57cb4159a4 Remove magic color matching from config
Make the config just a dumb object instead of doing magic color string
matching. Let people do that sort of thing in their config JS file;
they have the full power of JS there to do whatever they want with
variables and stuff.
2017-10-10 21:24:35 -04:00
Adam Wathan
a4ac5c704f Tons of docs scaffolding and structuring 2017-10-10 21:21:12 -04:00
Adam Wathan
e2754a12f5 Delete old Less cruft 2017-10-09 16:50:45 -04:00
Adam Wathan
0a50aa1e3a Fix swapped titles 2017-10-09 16:50:01 -04:00
Adam Wathan
d2789b8de4 Rename clickable to cursor-pointer, add auto and not-allowed 2017-10-09 16:34:39 -04:00
Adam Wathan
3c31e2a773 Scaffold out a bunch of docs pages 2017-10-09 16:25:15 -04:00
Adam Wathan
c610ad6ef4 Add actually useful watch script for docs 2017-10-09 12:33:32 -04:00
Adam Wathan
2c1de94d5c Switch docs to use .js config instead of JSON 2017-10-09 12:33:22 -04:00
Adam Wathan
cf236c1156 Merge pull request #177 from nothingworksinc/pointer-events
Add pointer events utilities
2017-10-09 11:30:37 -04:00
Adam Wathan
9552867050 Add pointer events utilities 2017-10-09 11:27:50 -04:00
Adam Wathan
ba04169e4e Add support for "tailwind" function to look up config values 2017-10-09 10:42:19 -04:00