269 Commits

Author SHA1 Message Date
Adam Wathan
b8d0870ab4
Merge pull request #1280 from tailwindcss/shadow-sm
Add `shadow-sm`
2020-01-08 10:57:23 -05:00
Adam Wathan
d5199e4075 Rename transition-duration utilities to duration-{ms} 2020-01-08 10:12:45 -05:00
Adam Wathan
23ba99df04 Add transition utilities 2020-01-08 10:12:45 -05:00
Adam Wathan
a33c1a68e1 Update transform order to scale, skew, rotate, translate 2020-01-03 08:38:29 -05:00
Benoît Rouleau
6378808a42 Merge branch 'master' into skew 2020-01-02 18:03:50 -05:00
Benoît Rouleau
12cd6e600d Add skew plugin + change order of transform functions (apply translate last) 2020-01-02 17:26:38 -05:00
Adam Wathan
5ee1eb4404 Merge branch 'Larissagilliane-iss1074' 2019-12-30 09:23:38 -05:00
Adam Wathan
bbe23fdba2 Remove units from stroke width 2019-12-30 09:20:28 -05:00
Adam Wathan
5187825ba7 Remove 3px and 4px stroke widths from default config 2019-12-30 09:18:47 -05:00
Adam Wathan
a5fb2dfc17 Change stroke-w-{size} to stroke-{size} 2019-12-30 09:18:00 -05:00
Adam Wathan
e4968d0767 Merge branch 'iss1074' of git://github.com/Larissagilliane/tailwindcss into Larissagilliane-iss1074 2019-12-30 09:15:21 -05:00
Adam Wathan
28dab5eb3a
Merge pull request #1286 from florianbouvot/master
Fix box-sizing values
2019-12-30 09:14:15 -05:00
Adam Wathan
84c3bf3d6f
Merge pull request #1274 from tailwindcss/grid-utilities
Add CSS Grid utilities
2019-12-30 09:06:33 -05:00
Adam Wathan
a14e53ef7d Add grid-auto-flow utilities 2019-12-30 08:23:12 -05:00
Adam Wathan
2babe0cb23 Add none/auto values for grid utilities 2019-12-30 07:47:45 -05:00
Florian Bouvot
bad1033cc7 Fix box-sizing values 2019-12-27 20:27:27 +01:00
Adam Wathan
63b5cc28f6
Merge pull request #1284 from tailwindcss/max-w-screen
Add `max-w-screen-{breakpoint}` utilities
2019-12-27 10:07:37 -05:00
Adam Wathan
ff4f4eb808 Move clear to it's own plugin 2019-12-27 09:27:18 -05:00
Adam Wathan
dff08348fd Rename box-sizing utilities 2019-12-27 09:10:03 -05:00
Alberto Bottarini
48d06210f0 add boxSizing classes 2019-12-27 09:06:39 -05:00
Adam Wathan
06352a8a59
Merge pull request #1281 from tailwindcss/rounded-md
Add rounded-md
2019-12-27 08:59:24 -05:00
Adam Wathan
038b158e28 Add max-w-screen-{breakpoint} utilities 2019-12-27 08:53:47 -05:00
Adam Wathan
505d03811c Update test fixtures for real 2019-12-27 07:45:43 -05:00
Adam Wathan
d075773c67 Use minmax to ensure default grid columns are always equal width 2019-12-27 07:45:43 -05:00
Adam Wathan
a552eb185b Add gap-* utilities, remove default values for col-gap and row-gap 2019-12-27 07:45:43 -05:00
Adam Wathan
d882d8d4fc Add CSS grid utilities 2019-12-27 07:45:43 -05:00
Adam Wathan
de5c786abe Rebuild fixtures 2019-12-27 07:17:17 -05:00
Adam Wathan
84e1816572 Add rounded-md 2019-12-26 15:43:50 -05:00
Adam Wathan
0603cafbe8 Add shadow-sm 2019-12-26 15:21:56 -05:00
Adam Wathan
ed0fff1d59 Rebuild fixtures 2019-12-25 13:54:10 -05:00
Cosmin Popovici
62f831a875 Update output test fixtures. 2019-12-25 13:54:10 -05:00
Geoff Selby
fe7098a3c0 Add Inter to sans font stack
As discussed in #1269 this PR adds Inter to the `sans` font stack while leaving the default font stack intact.

This does not automatically pull in the font files or the font-face rules. It is recommended that you use the Inter cdn for that.
2019-12-25 13:54:10 -05:00
Adam Wathan
b630d965f6 Support scaling x and y dimensions independently 2019-12-25 13:54:10 -05:00
Adam Wathan
872dcdc515 Update createUtilityPlugin to support generating multiple utilities for a single themeKey 2019-12-25 13:54:10 -05:00
Adam Wathan
9b78a02ccf Reset default transform variables every time .transform is applied 2019-12-25 13:54:10 -05:00
Adam Wathan
9fbbaff400 Add negative translate and percentage translate values 2019-12-25 13:54:09 -05:00
Adam Wathan
2ae6ee6c12 Update fixtures and code style 2019-12-25 13:54:09 -05:00
Adam Wathan
163ab05d25
Merge pull request #1111 from hacknug/fix/box-sizing
Fix `box-sizing` for shadow-dom elements
2019-10-28 21:01:32 -04:00
Nestor Vera
01a660a86b Update tests with new base styles 2019-09-06 14:10:24 +02:00
Codeminer42
ba640fc79a Add stroke-width plugin 2019-08-22 16:55:23 -03:00
Alexander Lichter
c81422b79b feat: add justify-evenly util 2019-08-18 09:41:06 +02:00
Adam Wathan
84964c7744 Fix base styles for horizontal rules 2019-08-14 07:54:33 -04:00
Adam Wathan
91d969f7aa Enable hover and focus variants for opacity by default 2019-08-06 11:19:42 -04:00
Adam Wathan
371d320eeb Use hard-coded default placeholder color
IE 11 doesn't support opacity properly on placeholders and causes the entire input to render with that opacity. This fixes that bug.
2019-08-06 11:09:47 -04:00
Adam Wathan
941aa9b429 Add default variants for placeholder color utilities 2019-08-06 10:09:42 -04:00
Adam Wathan
d2d081cba1 Add placeholder color utilities 2019-08-06 10:07:27 -04:00
Adam Wathan
11b7933f30 Add border-double 2019-07-20 15:47:57 -04:00
Adam Wathan
79761b89f9
Merge pull request #964 from tailwindcss/sr-only-utilities
Add sr-only and not-sr-only utilities
2019-07-10 08:25:18 -04:00
AlexVipond
3c2f7c81be Update test fixtures with new css 2019-06-28 10:32:38 -06:00
Adam Wathan
9b94cc1ed2 Add sr-only and not-sr-only utilities 2019-06-10 19:39:25 -04:00