274 Commits

Author SHA1 Message Date
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
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
e2754a12f5 Delete old Less cruft 2017-10-09 16:50:45 -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
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
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
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
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
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
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
8863065b97 Rework Babel setup to be more node-y less browser-y 2017-09-09 10:23:53 -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
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
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
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
David Hemphill
9cf57e7f33 Change merge parameter to replace in CLI 2017-08-28 21:10:29 -05:00