Adam Wathan
4ca2ec574e
Switch from '@tailwind utilities' to single '@tailwind-utilities' rule
2017-09-18 18:50:03 -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
cf9a04ca97
Move dev dependencies to dependencies
...
Installing NPM packages from GitHub means we don't have the benefit
of NPM running our babel/prepare scripts on publish.
When you try to install Tailwind, it'll blow up because it tries to
run the prepare script on install and none of the dev dependencies
are installed.
There may be a better way to handle this but there is zero fucking
information on the internet about what a "proper" private package
development workflow looks like, especially when you have a build
step.
2017-09-08 02:09:45 -04:00
Adam Wathan
eda2209ff5
Clean up formatting
2017-09-06 09:35:18 -04:00
Adam Wathan
1e3149a876
Merge pull request #109 from adamwathan/add-more-complex-breakpoints
...
Add ability to define more complex breakpoints
2017-09-06 09:33:35 -04:00
Adam Wathan
6c23a4903d
Merge pull request #108 from adamwathan/add-auto-size-utility
...
Add auto size (width/height) utilities
2017-09-06 09:33:12 -04:00
Jonathan Reinink
6eed7ab4ff
Add ability to define more complex breakpoints.
2017-09-05 21:55:17 -04:00
Jonathan Reinink
dea0f46f3d
Add auto size (width/height) utilities.
2017-09-05 20:49:29 -04:00
Adam Wathan
29849ec423
Merge pull request #103 from adamwathan/add-flex-1
...
Add .flex-1 utility
2017-09-05 17:57:57 -04:00
Jonathan Reinink
8b214a6229
Add .flex-1 utility.
2017-09-05 14:59:33 -04:00
Adam Wathan
2d41a67b29
Add basic set of opacity utilities
2017-09-03 18:26:59 -04:00
Adam Wathan
afc99c45e2
Merge pull request #101 from adamwathan/smart-config-merging
...
Add support for merging and replacing config keys from a single config file
2017-09-03 09:29:18 -04:00
Adam Wathan
50ad9dba2b
Refactor config merging to be less absolute trash
...
Needs better tests still.
2017-09-03 09:28:16 -04:00
Adam Wathan
5aca26ef24
Fix typo
2017-09-03 08:06:25 -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
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