1109 Commits

Author SHA1 Message Date
Adam Wathan
ebd157f16e Add group-focus variant 2020-04-16 12:51:12 -04:00
Adam Wathan
a6f5137a73 Rename stack to space, make invokePlugin output consistent 2020-04-16 12:43:22 -04:00
Adam Wathan
3143f20850 Add divideColor utilities 2020-04-16 11:01:24 -04:00
Adam Wathan
b447cd6ccd Add divideWidth plugin 2020-04-16 10:53:19 -04:00
Adam Wathan
c84c397f0b Add stack-x and stack-y utilities 2020-04-16 10:45:05 -04:00
Adam Wathan
aa4fd1ae99 Add support for providing a default line-height for each font-size 2020-04-16 09:35:50 -04:00
Adam Wathan
8d970a517d
Merge pull request #1462 from philippbosch/transition-delay
Add support for transition-delay
2020-03-23 11:47:52 -04:00
Philipp Bosch
0034fb86ac Add support for transition-delay 2020-03-19 17:03:12 +01:00
Benoît Rouleau
57122d68cc Add flow-root display utility 2020-03-18 14:54:59 -04:00
Adam Wathan
a09a9dc86c
Merge pull request #1375 from LetsZiggy/master
Add inline-grid
2020-03-11 20:04:00 -04:00
Florian Bouvot
3c20ae8ebf Add clear-none 2020-03-02 09:50:51 +01:00
Owen Melbourne
0f83fc9105 🚀 Feature - Added the ability to define the container padding based off screen name 2020-02-26 11:43:23 +00:00
Shafiq Tahir
c318666e3a Add inline-grid 2020-02-10 04:36:57 +08:00
Adam Wathan
8767f6e0c8 Don't include Inter in default font stack
I still want to explore this again in the near future but there are some trade-offs that I need to think about more before I actually put this into a proper release and make it impossible to revert without a major version update.

The main one that I literally just ran into is that if the end user has an old version of Inter installed locall (say one from before Inter had light weights), things can look pretty bad.
2020-02-03 13:40:04 -05:00
Adam Wathan
bdbec26136 Use font-sans as the default font, not the system font 2020-02-03 11:50:40 -05:00
Adam Wathan
7815e01d71 Update fixtures, add system-ui to sans font stack as well 2020-02-03 11:44:36 -05:00
Adam Wathan
f07475e621 Merge branch 'patch-1' of git://github.com/argyleink/tailwindcss into argyleink-patch-1 2020-02-03 11:40:23 -05:00
Adam Wathan
e7c64806b5 Move build script to scripts 2020-02-03 11:02:08 -05:00
Adam Wathan
677e5a70c8 Combine gap, columnGap, and rowGap plugins into just gap, like margin/padding/inset 2020-02-01 13:52:18 -05:00
Adam Wathan
08c69116ef Support import syntax even if not using postcss-import 2020-01-25 12:14:01 -05:00
Adam Argyle
ef248321aa
adding system-ui to the font-family list
https://caniuse.com/#feat=font-family-system-ui

if a browser supports system-ui, it'll choose the best font and won't cascade through the fallback list. this protects tailwind from it's static list not being as up to date with platforms fonts as time goes on.
2020-01-22 13:25:01 -08: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
b3a7f7788a Test making config function optional, refactor to default parameter 2020-01-04 12:35:12 -05:00
Benoît Rouleau
eb2f3669e3 Fix plugin.withOptions() when no config function is passed 2020-01-03 12:36:33 -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
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
Florian Bouvot
bad1033cc7 Fix box-sizing values 2019-12-27 20:27:27 +01:00
Geoff Selby
c74ff9973f Add checked variant
This adds a `checked` variant per #1255 to allow styling of checked elements like checkboxes and radios. It is not enabled for anything by default.
2019-12-27 10:11:04 -06: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
Dan Gayle
ee6241a3b7 feat(plugin): Add clear-left, clear-right, clear-both classes
Added clear-left, clear-right and clear-both classes to float.js

Implements #1050
2019-12-27 09:25:36 -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
038b158e28 Add max-w-screen-{breakpoint} utilities 2019-12-27 08:53:47 -05:00
Adam Wathan
54684f7412 Update core plugins list, rebuild test fixtures 2019-12-27 07:45:43 -05:00
Adam Wathan
d33fbc4895 Rename gap plugins to remove grid prefix, manually include old property names 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
Benoît Rouleau
a158c7c7eb Change button background reset in Preflight 2019-12-25 13:54:10 -05:00
Cosmin Popovici
e63d0acb9e Add more table display utilities. 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