4079 Commits

Author SHA1 Message Date
Jonathan Reinink
b95b3660ba Merge pull request #40 from adamwathan/add_responsive_helpers_to_position
Add responsive helpers to position
2017-08-03 09:26:29 -04:00
Jonathan Reinink
2cf222b9ba Rough in spacing documentation. 2017-08-03 09:25:40 -04:00
Jonathan Reinink
9d0ab53015 Just use Tailwind source in documentation. 2017-08-03 09:24:43 -04:00
Jonathan Reinink
08b6f1dd46 Add display documentation. 2017-08-03 08:41:53 -04:00
Jonathan Reinink
56e24e36db Tweak wording in position documentation. 2017-08-03 08:34:14 -04:00
Jonathan Reinink
888f847d9e Add responsive helpers to position. 2017-08-03 08:17:02 -04:00
Jonathan Reinink
48e61a07f7 Add active state to menu. 2017-08-03 08:15:08 -04:00
Jonathan Reinink
dd480cf56a Add position documentation. 2017-08-03 07:59:40 -04:00
Jonathan Reinink
a48bd9c22c Add constrain documentation. 2017-08-03 00:03:21 -04:00
Jonathan Reinink
7381698696 Rough in skeleton documentation site. 2017-08-02 23:58:58 -04:00
Adam Wathan
1b4630c74b Extract spacer generators, use parameter instead of global var 2017-08-02 18:52:06 -04:00
Jonathan Reinink
39eb30ce72 Merge pull request #36 from adamwathan/flexbox_improvements
Work-in-progress improvements to flex utilities
2017-08-02 12:53:16 -04:00
Jonathan Reinink
6754f0ba81 Remove flex-X utilities. 2017-08-02 12:52:34 -04:00
Jonathan Reinink
433e88c16c Remove flex-x-center. 2017-08-02 12:46:35 -04:00
Adam Wathan
e07be665b1 Remove per-side border colors 2017-08-02 12:45:47 -04:00
Adam Wathan
0d68494ca8 Add screen mixin 2017-08-02 12:40:30 -04:00
Jonathan Reinink
f385d91e1b Remove flex basis and flex grow utilities. 2017-08-02 12:38:04 -04:00
Adam Wathan
ca2b52780c Remove "container" concept, remove grid gutters 2017-08-02 12:30:40 -04:00
Adam Wathan
a085162cd8 Standardize on "responsive" helper mixin 2017-08-02 12:30:14 -04:00
Adam Wathan
487cbef751 Delete class that doesn't even work 2017-08-02 12:29:50 -04:00
Adam Wathan
8b3bec98a0 Hard code iPhone font shrinking for now 2017-08-02 12:29:36 -04:00
Jonathan Reinink
c6ff4161b8 Merge branch 'master' into flexbox_improvements 2017-08-02 11:04:08 -04:00
Jonathan Reinink
4c640e608a Remove quotes around default variants. 2017-08-02 10:36:30 -04:00
Adam Wathan
a812d9649a Solve generated mixin bug by adding quotes 🙌🏻 2017-08-02 10:04:32 -04:00
Adam Wathan
06360a8094 More generator work
About to go down dark path of parameterized mixins.
2017-08-02 08:51:24 -04:00
Jonathan Reinink
a0ddedb360 Remove non existent classes from responsive helper. 2017-08-01 22:10:56 -04:00
Jonathan Reinink
9eb457f5b4 Remove "inline-flex-y-center" utility.
Can just use "flex-y-center" and "flex-inline" instead.
2017-08-01 21:06:11 -04:00
Adam Wathan
f323d5d5b2 Desaturate all default colors to pure gray
We should put some thought into the lightness scale for these too; a
lot of the numbers are currently oddly precise for framework defaults,
like 52% or 16%.
2017-08-01 19:13:11 -04:00
Adam Wathan
5319c64822 Start extracting generators 2017-08-01 18:59:26 -04:00
Adam Wathan
8ae008951d Remove unused responsive borders 2017-08-01 18:54:21 -04:00
Adam Wathan
eb86fd6acd Add basic border generator mixins 2017-08-01 17:06:09 -04:00
Adam Wathan
3d98e3a1a1 Add basic background generator mixins 2017-08-01 17:06:09 -04:00
Adam Wathan
5a09eb6369 Remove KiteTail-specific colors and related utilities 2017-08-01 17:06:09 -04:00
Adam Wathan
483010e5c6 Merge pull request #35 from adamwathan/rename_layout_to_constrain
Improvements to contrain utilities
2017-08-01 16:16:39 -04:00
Jonathan Reinink
3760c938a5 Work-in-progress improvements to flex utilities. 2017-08-01 16:00:55 -04:00
Jonathan Reinink
6cfa02606a Add constrain variables. 2017-08-01 15:03:12 -04:00
Jonathan Reinink
b0717cfd71 Add responsive constrain helpers back. 2017-08-01 14:59:37 -04:00
Jonathan Reinink
568abc820d Add more constrain helpers, and remove responsive versions. 2017-08-01 14:18:53 -04:00
Jonathan Reinink
ce2518affb Rename layout to constrain. 2017-08-01 13:30:15 -04:00
Adam Wathan
cb0144015c Merge pull request #31 from adamwathan/improvements_to_borders
Add additional border utilities
2017-08-01 13:16:54 -04:00
Adam Wathan
554081655b Merge pull request #33 from adamwathan/cleanup_text_styles
Cleanup text styles
2017-08-01 13:16:36 -04:00
Jonathan Reinink
fefd40641b Merge branch 'master' into cleanup_text_styles 2017-08-01 13:13:09 -04:00
Adam Wathan
fe7302a717 Merge pull request #34 from adamwathan/remove-components
Remove components and reorganize files a bit
2017-08-01 13:06:09 -04:00
Adam Wathan
18896866da Remove components and reorganize files a bit 2017-08-01 13:05:25 -04:00
Jonathan Reinink
1f6e2d0955 Cleanup text styles. 2017-08-01 12:59:42 -04:00
Adam Wathan
f7329739fa Re-add text, add display 2017-08-01 10:21:13 -04:00
Adam Wathan
d1e6f472a7 Remove node_modules whoops 2017-08-01 10:19:43 -04:00
Jonathan Reinink
fcdd1112bc Remove old link utility import. 2017-08-01 10:19:16 -04:00
Adam Wathan
e4ba54923d Grim local dev setup 2017-08-01 10:14:29 -04:00
Jonathan Reinink
66d9659da0 Adjust default border radius values. 2017-08-01 10:14:26 -04:00