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
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