Adam Wathan
bab36e0559
Fix ESLint issues
2017-11-06 15:08:21 -05:00
David Hemphill
06ed308c28
change print width to 100 characters
2017-11-06 15:02:02 -05:00
David Hemphill
79a2bb39e5
Reformat files
2017-11-06 15:02:02 -05:00
David Hemphill
9dbf5881cd
fix eslint issues
2017-11-06 15:00:55 -05:00
David Hemphill
ec607968cf
Add ESLinting and Prettier formatting and run an initial format on the codebase
2017-11-06 15:00:00 -05:00
Adam Wathan
00acae6c71
Apply default placeholder styling to textarea too
2017-11-06 12:08:55 -05:00
Adam Wathan
6aa1af3f32
Merge branch 'jake-dohm-fix-list-reset-overwrite'
2017-11-06 11:37:15 -05:00
Adam Wathan
78d66429bd
Move list utilities to very top, fix tests
2017-11-06 11:37:01 -05:00
Jonathan Reinink
37f01711bf
Add sans-serif to default font stack
2017-11-06 11:31:18 -05:00
Adam Wathan
33e3be33d7
Merge pull request #82 from tailwindcss/add-all-margin-auto-utilities
...
Add all margin-auto utilities
2017-11-06 11:22:59 -05:00
Jonathan Reinink
0b0cb96fa9
Merge pull request #115 from tailwindcss/config-default
...
Support default values in config function
2017-11-06 10:36:32 -05:00
Adam Wathan
c7061e9228
Support default values in config function
...
Also add a bunch of tests, seems probably wise :)
2017-11-06 10:32:17 -05:00
David Hemphill
6f43d4f4ec
Add test for configuration loading
2017-11-05 18:30:36 -06:00
Jonathan Reinink
c550cd1b7c
Add all margin-auto utilities
2017-11-04 06:53:43 -04:00
Patrick Heller 💩
004fa09435
rename test
2017-11-03 23:11:44 +01:00
Patrick Heller 💩
5626feb212
add newline
2017-11-03 23:09:59 +01:00
Patrick Heller 💩
30eb373e2b
better name for test
2017-11-03 21:46:19 +01:00
Patrick Heller 💩
e5a9c8926f
remove empty media queries
2017-11-03 20:52:16 +01:00
Adam Wathan
f80537a85d
Update tests
2017-11-03 10:04:48 -04:00
Adam Wathan
e46cc65d80
Remove example class from dist build
...
Still want to be including this in our tests, so sanity test now runs
against a separate fixture.
2017-11-02 13:25:50 -04:00
Jonathan Reinink
7dbe40018f
Add new "scrolling-touch" and "scrolling-auto" utilities
2017-11-01 20:44:01 -04:00
Adam Wathan
65b9026fd5
Drop mask alias
2017-10-31 21:54:05 -04:00
Adam Wathan
3ffe2a5077
Document appearance-none
...
Also create appearance-none lol
2017-10-31 21:48:57 -04:00
Jonathan Reinink
8cd13a857e
Add hover to text style utilities
2017-10-31 20:42:05 -04:00
Jonathan Reinink
cacb048883
Remove slate color entirely, and set new default border color
2017-10-31 20:27:19 -04:00
Jonathan Reinink
c70ce45472
Remove slate and smoke colors
2017-10-31 16:15:04 -04:00
Jonathan Reinink
1ec990c28a
Update test fixture for new colors
2017-10-31 15:30:58 -04:00
Jonathan Reinink
a01f57c3bd
Update default shadows
2017-10-31 15:16:51 -04:00
Adam Wathan
b705b53f92
Don't define rounded side variants for each size
...
Instead, set the opposing corners to 0.
2017-10-30 17:35:27 -04:00
Jonathan Reinink
96e9e67592
Rename tailwind() method to config()
...
Add basic tests for config(), @response and @apply.
2017-10-30 13:50:37 -04:00
Adam Wathan
9880e16821
Don't double declare font-family: inherit on buttons
2017-10-30 12:58:15 -04:00
Adam Wathan
bf3145277f
Add position static utilitiy
2017-10-27 15:28:23 -04:00
Adam Wathan
eccf6ed083
Update colors in test fixture
2017-10-27 15:28:05 -04:00
Jonathan Reinink
a1e584dd35
Merge branch 'master' into add-documentation-to-config
2017-10-26 09:15:25 -04:00
Jonathan Reinink
ea4b64837e
Allow font families to be defined as arrays
2017-10-25 18:18:22 -04:00
Adam Wathan
d566e114b3
Update fixture for new font sizes
2017-10-25 16:14:31 -04:00
Adam Wathan
0d5d31b288
Fix tests
2017-10-25 16:06:50 -04:00
Adam Wathan
4478b04090
Don't do any merging of config values at all
...
Leave this up to the user; their config file is a JS file and we give
them access to the default config, so they can do as much merging of
defaults as they like.
2017-10-24 12:13:25 -04:00
Adam Wathan
564ac50868
Reduce tracking-wide default to .05em
...
.1em is just a bit too wide ¯\_(ツ)_/¯
2017-10-24 09:25:30 -04:00
Adam Wathan
c92cbea3b7
Remove content-stretch utility
...
No browser support, doesn't make sense, gtfo.
Closes #199 .
2017-10-24 07:52:54 -04:00
Adam Wathan
8d5840b38b
Remove self-baseline utility
...
Has no browser support and I can't even really understand how it would work.
Closes #198 .
2017-10-24 07:51:26 -04:00
Adam Wathan
ec56027834
Add self-auto utility
...
Allows resetting align-self back to the default value if necessary at different breakpoints.
2017-10-24 07:48:57 -04:00
Adam Wathan
7c66d7be40
Rename flex-nowrap to flex-no-wrap
2017-10-24 07:42:20 -04:00
Adam Wathan
99adf9baeb
Merge pull request #194 from nothingworksinc/focusable
...
Add focusable at-rule
2017-10-23 11:04:28 -04:00
Adam Wathan
d0b3494f7e
Merge pull request #193 from nothingworksinc/hoverable-weights
...
Add hover variants for font weight utilities
2017-10-23 11:03:56 -04:00
Adam Wathan
1a22d9a810
Inherit font on all form controls, not just inputs
2017-10-21 17:42:41 -04:00
Adam Wathan
c989134554
Add basic test for hoverable at-rule
2017-10-21 11:26:30 -04:00
Adam Wathan
efe678ddf3
Add focusable at-rule
...
Allows you to wrap up classes to easily generate `.focus:{class}`
variants.
2017-10-21 11:15:25 -04:00
Adam Wathan
eba5970810
Add hover variants for font weight utilities
2017-10-21 10:52:39 -04:00
Adam Wathan
d4d39f6d4c
Merge pull request #188 from nothingworksinc/rename-not-italic-to-roman
...
Rename "not-italic" utility to "roman"
2017-10-20 16:36:11 -04:00