Adam Wathan
2eb49a8fb4
Add table layout module
2018-06-22 09:55:56 -04:00
Adam Wathan
06b1651b84
Update tests
2018-06-22 07:51:50 -04:00
Adam Wathan
bed2ddc223
Add more default spacing sizes
...
...and matching height/width where spacers had them but sizes didn't.
2018-06-20 15:10:21 -04:00
Adam Wathan
7c8e6f9d25
Enable more variants by default
2018-06-20 14:34:50 -04:00
Adam Wathan
1fc8a85ffd
Merge pull request #491 from tailwindcss/no-outline
...
Add "outline-none" and "shadow-outline" utilities
2018-06-21 03:52:00 +09:30
Jonathan Reinink
38609128c1
Remove default tabindex="-1" outline style in Preflight
2018-06-20 13:46:41 -04:00
Jonathan Reinink
dd71f23bfa
Enable focus varients for outlines by default
2018-06-20 13:41:48 -04:00
Jonathan Reinink
23a0151311
Enable focus varients for shadows by default
2018-06-20 13:40:26 -04:00
Jonathan Reinink
d4deb7f971
Rename "no-outline" to "outline-none" instead
2018-06-20 13:38:36 -04:00
Adam Wathan
7019ef3a8f
Merge pull request #426 from adevade/patch-1
...
Add height: auto; to img tag in preflight
2018-06-21 02:33:05 +09:30
Jonathan Reinink
f188bd3093
Change no-outline utility value form "none" to "0"
2018-06-15 09:04:04 -04:00
Adam Wathan
4771c93edd
Merge pull request #489 from tailwindcss/border-collapse
...
Add border collapse default styles and utilities
2018-06-15 22:32:45 +09:30
Adam Wathan
71519487e2
Merge pull request #445 from hacknug/feature/overflow
...
Add overflow hidden classes for each axis
2018-06-15 22:21:43 +09:30
Jonathan Reinink
8b3709309d
Add default shadow outline utility
2018-06-14 14:13:07 -04:00
Jonathan Reinink
38962a5e77
Add "no-outline" utility
2018-06-14 14:12:53 -04:00
Jonathan Reinink
d0d70b8282
Add "border-collapse" and "border-separate" utilities
2018-06-14 11:46:04 -04:00
Jonathan Reinink
9e218a2491
Add "border-collapse: collapse" table style in Preflight
2018-06-14 11:45:08 -04:00
David Mosher
862bce837e
add test harness for cli.js and stdout bugfix
...
- when used on the CLI, lib/cli.js was writing the output of log
statements to STDOUT; this caused consumers of the CLI who wanted to
pipe the processed output (css) to other unix utilities to end up with
invalid CSS due to the log messages appearing at the start and end of
the files
- this commit fixes this by replacing `console.log` with `console.warn`
and `console.error`, which both write output to STDERR
2018-05-03 13:42:45 -04:00
Nestor Vera
f4c9d45f8e
Add classes to set overflow visible on independent axis
2018-04-03 11:38:51 +02:00
Nestor Vera
5f31ad6f42
Add overflow hidden classes for each axis (plus tests)
2018-04-02 18:56:18 +02:00
Andréas Lundgren
dd9e1dcc04
Update test
2018-03-14 01:20:05 +01:00
Adam Wathan
6c127e5ac3
Revert not-italic to roman
2018-03-13 17:11:17 -04:00
Adam Wathan
de24a2a45e
Remove special scrollbar styling for IE/Edge
2018-03-13 12:33:19 -04:00
Adam Wathan
1b24db9244
Sort cursor utilities
2018-03-13 07:55:49 -04:00
Adam Wathan
a2ffc0d62d
Merge branch 'OFFLINE-GmbH-master' into 0.5
2018-03-13 07:50:53 -04:00
Adam Wathan
cf77601bcf
Fix conflicts
2018-03-13 07:50:33 -04:00
Laurence Ioannou
174f3723aa
Update overflow.js
2018-03-12 16:05:35 -04:00
Adam Wathan
77e350c882
Merge branch 'hacknug-feature/backgroundSizes' into 0.5
2018-03-12 15:41:55 -04:00
Adam Wathan
290bafd2d2
Fix conflicts
2018-03-12 15:41:25 -04:00
Adam Wathan
20461a3418
Generate container classes as components, not utilities
2018-03-12 15:34:34 -04:00
Adam Wathan
02bac50589
Rename to
2018-03-12 15:33:53 -04:00
Adam Wathan
c63bf4f4da
Fix conflicts
2018-03-12 11:14:54 -04:00
Adam Wathan
960275cc86
Add container classes as utilities not components
...
Just for now so that this feature can be introduced into the codebase
without forcing a BC break. The container classes will eventually be
moved to a built-in plugin that adds them as components.
2018-03-05 09:58:35 -05:00
Adam Wathan
5f77aa0ec3
Implement basic plugin system
2018-03-05 09:58:35 -05:00
Adam Wathan
ffabb9ff6c
Update fixture with new preflight comments
2018-01-30 06:57:00 -05:00
Nestor Vera
8f66028859
Update tests for bg-auto
2018-01-22 20:53:05 +01:00
Adam Wathan
f4c905fcef
Tweak Perfectionist configuration
2018-01-22 10:01:22 -05:00
Keith Damiani
6ce550c71b
Update test fixture tailwind-output.css to reflect perfectionist styles
2018-01-19 14:51:58 -05:00
Seth Warburton
2c08993f89
[Fixed] Provide a safer and future-proofed system font stack
2018-01-11 16:45:50 +00:00
Tobias Kündig
6837c8f46d
Added .cursor-wait
2017-12-24 13:47:13 +01:00
Adam Wathan
614369c219
Update test fixture
2017-12-14 09:37:26 -05:00
Adam Wathan
44d3154010
Update test fixture
2017-12-13 14:22:34 -05:00
Adam Wathan
39d920305b
Remove preflight SVG reset ( #274 )
2017-12-01 09:48:57 -05:00
Agustín Rodríguez
6179e6ac51
utility to make both axes resizables
2017-11-29 18:46:25 -05:00
Adam Wathan
be1f5b9156
[0.3] Add SVG Fill and Stroke utilities ( #263 )
2017-11-29 12:24:17 -05:00
Michaël De Boey
b50b8d4390
Add background repeat utilities
2017-11-28 14:45:54 -05:00
Adam Wathan
c165f1df57
[0.3] Add background attachment utilities ( #243 )
...
* Create backgroundAttachment.js generator
* Updated background-attachment utility
* Integrate background attachment utilities
* Add basic background attachment documentation
2017-11-28 14:44:18 -05:00
Adam Wathan
327e6d3cab
Update tests, docs, and remove margin reset from list-reset
2017-11-28 08:13:11 -05:00
Adam Wathan
65efe91911
Merge pull request #236 from tailwindcss/pin-none
...
[0.3] Add `pin-none` utility to reset positioning at higher breakpoints
2017-11-24 15:03:44 -05:00
Adam Wathan
6b307cd8af
Fix style
2017-11-24 12:39:27 -05:00