4079 Commits

Author SHA1 Message Date
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
572c772bc0 Merge pull request #98 from adamwathan/make-tailwindcss-npm-module
Make tailwindcss npm module
2017-09-01 17:44:40 -04:00
Adam Wathan
8187c91bf9 Update for PostCSS mixin syntax 2017-09-01 17:44:42 -04:00
Adam Wathan
2dce1e54c5 Merge pull request #87 from adamwathan/add-key-benefits
Rough in key benefits list on documentation home page
2017-09-01 17:43:18 -04:00
David Hemphill
9cf57e7f33 Change merge parameter to replace in CLI 2017-08-28 21:10:29 -05:00
David Hemphill
615a1264f4 update project entry point 2017-08-28 15:02:50 -05:00
David Hemphill
d1f345fafc Move the CLI to a different file 2017-08-28 15:02:22 -05:00
David Hemphill
c1b57db972 Ignore example folder I use to test the CLI 2017-08-28 15:01:31 -05:00
David Hemphill
dcdcf42c63 Apparently supposed to commit this 2017-08-28 15:01:20 -05:00
Adam Wathan
c03d3527ac Merge pull request #97 from adamwathan/postcss-rebased
Rewrite the entire framework in PostCSS
2017-08-28 14:51:42 -04:00
David Hemphill
0c80fba0ba Merge remote-tracking branch 'origin/postcss-rebased' into postcss-rebased
# Conflicts:
#	src/index.js
2017-08-28 12:56:27 -05:00
David Hemphill
dd2ffec934 Allow using a custom config with option to replace instead of default merging 2017-08-28 12:55:53 -05:00
Adam Wathan
8e776fe16b Check for input file before trying to use 2017-08-28 11:37:38 -04:00
Adam Wathan
8eb25475b4 Refactor toPairs to object map; move private function to top 2017-08-28 11:26:34 -04:00
Adam Wathan
6bbbe47e9b Refactor insertBefore references to simpler before 2017-08-28 11:26:17 -04:00
Adam Wathan
cc208ea422 Remove Vue utilities 2017-08-28 09:32:15 -04:00
Adam Wathan
033522347b Add PostCSS z-index utilities 2017-08-28 09:32:08 -04:00
Adam Wathan
0f64d394c9 Remove unnecessary misc Less utilities 2017-08-28 09:25:11 -04:00
Adam Wathan
650cf99474 Remove less hover generators 2017-08-28 09:23:48 -04:00
Adam Wathan
44ea8fdbe2 Fix grid in backgrounds docs 2017-08-28 09:22:54 -04:00
Adam Wathan
00156b4522 Use lighter default border color in docs 2017-08-28 09:18:24 -04:00
Adam Wathan
e1e6ca773b Update tailwind config in docs 2017-08-28 09:18:17 -04:00
Adam Wathan
169e1e7c3c Match any rules that include the target selector when replacing class apply at rules 2017-08-28 09:16:55 -04:00
Adam Wathan
028468d6a5 Re-enable hoverable at rules 2017-08-28 09:16:32 -04:00
Adam Wathan
4b99d9e5a4 Add substituteHoverableAtRules, previously accidentally ignored 2017-08-28 08:23:22 -04:00
Adam Wathan
7bd480a40f Only ignore /lib, not all lib folders 2017-08-28 08:23:06 -04:00
David Hemphill
9cfe3aa25d Add command to process with tailwind from file with custom json config 2017-08-27 23:07:55 -05:00
David Hemphill
dfdee29876 Disable nonexistent subtituteHoverableAtRules 2017-08-27 23:07:42 -05: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
Adam Wathan
6f15be84f1 Add hoverable at rule to generate hover/focus versions of a set of rules 2017-08-27 20:59:08 -04:00
Adam Wathan
97b257e6f4 Make responsive at rule work on multiple selectors in a single rule 2017-08-27 20:58:35 -04:00
Adam Wathan
b89ad3c365 Delete dist folder for better looking PR lol 2017-08-27 18:53:57 -04:00
Adam Wathan
cd136e5e19 Remove ported less files 2017-08-27 18:51:34 -04:00
Adam Wathan
6f7a0766a2 Use rounded-pill instead of pill 2017-08-27 18:49:45 -04:00
Adam Wathan
1049500f8e Get docs build working 2017-08-27 18:42:10 -04:00
Adam Wathan
4cb05bf1be Fix renamed class reference 2017-08-27 18:26:51 -04:00
Adam Wathan
22f80419bd Working on getting docs to build 2017-08-27 18:19:04 -04:00
Adam Wathan
148dac12eb Add PostCSS spacing utilities 2017-08-27 18:03:01 -04:00
Adam Wathan
a2673b1793 Automatically escape non-standard characters in class selectors
Prevents end user from having to worry about escaping crap in their
config.
2017-08-27 18:03:01 -04:00
Adam Wathan
e9f2e98726 Add PostCSS sizing utilities 2017-08-27 18:03:01 -04:00
Adam Wathan
63d31def45 Remove image utilities entirely 2017-08-27 18:03:00 -04:00
Adam Wathan
4c562522d0 Add PostCSS wrap utilities
Renamed a bunch of these, totally up for discussing alternative naming
still.
2017-08-27 18:02:42 -04:00
Adam Wathan
989c68a01b Add PostCSS text style utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
a16ffbae70 Add PostCSS vertical align utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
1d9c36816f Add PostCSS text align utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
4251aa60de Add PostCSS tracking/letter-spacing utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
e88b07c712 Add PostCSS leading utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
f0dda61e76 Add PostCSS text color utilities 2017-08-27 18:02:42 -04:00