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
6c6675051d
Remove unused postcss-prettify plugin
2017-10-07 16:30:20 -04:00
Adam Wathan
decd9e0334
Revert "Allow passing config as lazy-evaluated function"
...
This reverts commit 1819cf67d3f24ebe055b4c54b4e037a6621b3734.
2017-10-07 11:36:56 -04:00
Adam Wathan
9d96d0c574
Revert "Make config loading even lazier"
...
This reverts commit be7f9963eab041026853df68c4b9eeed46bf730d.
2017-10-07 11:36:33 -04:00
Adam Wathan
be7f9963ea
Make config loading even lazier
2017-10-07 11:20:57 -04:00
Adam Wathan
9a880d43ea
Escape class names provided in @apply
...
Without this, can't mixin stuff like .w-1/4.
2017-10-06 15:40:40 -04:00
Adam Wathan
082fd3a389
Remove dependency on CSSNext
2017-10-06 15:31:45 -04:00
Adam Wathan
1819cf67d3
Allow passing config as lazy-evaluated function
2017-10-06 15:24:35 -04:00
Adam Wathan
0e0913e19b
Merge pull request #171 from nothingworksinc/breakpoint-directive
...
Add support for @breakpoint rule
2017-10-06 10:01:35 -04:00
Adam Wathan
05b4d962d1
Add support for @breakpoint rule
2017-10-05 20:23:17 -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
4a0b4f94db
Remove constrain generator
2017-10-05 12:01:21 -04:00
Adam Wathan
df8da88e59
Fix missing - in negative margin helper
2017-10-05 10:46:00 -04:00
Adam Wathan
f69cd9a5c0
Remove constrain helpers
2017-10-05 10:45:46 -04:00
Adam Wathan
f6b4037691
Add min/max width/height + some cleanup
2017-10-05 10:42:04 -04:00
Jonathan Reinink
9941248c33
Various default spacing and sizing config changes.
...
Remove "common" from spacing and sizing.
Adjust default width/height sizes.
Remove constrain.
Add min height, max height, min width and max width sizing helpers.
2017-10-05 10:37:57 -04:00
Adam Wathan
e0b88476d7
Merge pull request #168 from nothingworksinc/add-float-utilities
...
Add float utilities
2017-10-04 11:37:39 -04:00
Adam Wathan
2354f6770d
Merge branch 'master' into add-float-utilities
2017-10-04 11:37:27 -04:00
Adam Wathan
b72076e8f2
Merge pull request #169 from nothingworksinc/add-text-smooth-utility
...
Add text smooth utility
2017-10-04 11:36:28 -04:00
Jonathan Reinink
8b3cbbd7a7
Add text smooth utility.
2017-10-03 21:06:12 -04:00
Adam Wathan
ab5044f051
Merge pull request #165 from nothingworksinc/add-visibility-utilities
...
Add visibility utilities
2017-10-03 20:51:52 -04:00
Jonathan Reinink
2668d85da6
Add visibility utilities.
2017-10-03 20:50:47 -04:00
Adam Wathan
dbbfb19f73
Merge pull request #166 from nothingworksinc/add-appearance-utilities
...
Add appearance utilities
2017-10-03 20:44:13 -04:00
Adam Wathan
b741189724
Merge pull request #167 from nothingworksinc/add-background-position-utilities
...
Add background position utilities
2017-10-03 20:43:58 -04:00
Jonathan Reinink
d9ae09addf
Add float utilities.
2017-10-03 20:28:38 -04:00
Jonathan Reinink
e754d87339
Add background position utilities.
2017-10-03 19:28:37 -04:00
Jonathan Reinink
fabdee5481
Add appearance utilities.
2017-10-03 19:02:21 -04:00
Jonathan Reinink
6b204cf0dd
Add .text-md utility.
2017-10-02 17:05:03 -04:00
Jonathan Reinink
e5f603bba2
Fix border style issues.
2017-10-02 16:59:18 -04:00
Adam Wathan
c9d14cfcb0
Switch from '@tailwind-utilites' to '@tailwind-utilities all'
2017-10-02 15:02:04 -04:00
Adam Wathan
9caf1e4c68
Merge pull request #114 from adamwathan/rename-pull
...
Rename pull helpers to -m{x}-{y}
2017-09-19 16:23:58 -04:00
Adam Wathan
7a84e5bf7e
Merge pull request #115 from adamwathan/rename-utility-at-rule
...
Switch from '@tailwind utilities' to single '@tailwind-utilities' rule
2017-09-19 16:22:51 -04:00
Adam Wathan
c0e34a28f9
Update grid docs example
2017-09-18 20:07:53 -04:00
Adam Wathan
4ca2ec574e
Switch from '@tailwind utilities' to single '@tailwind-utilities' rule
2017-09-18 18:50:03 -04:00
Adam Wathan
0f71f688cf
Rename pull helpers to
2017-09-18 17:54:36 -04:00
David Hemphill
dd0c7b00dc
Add findColor test
2017-09-09 13:26:21 -05: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