594 Commits

Author SHA1 Message Date
Adam Wathan
5598a791b1 Fix bug in divide-x utilities, checking wrong custom property 2020-04-21 05:20:59 -04:00
Adam Wathan
bf045724cc Add responsive variants for space and divide utilities 2020-04-21 05:14:52 -04:00
Adam Wathan
1d323c9636 Fix bug in space-x utilities, checking wrong custom property 2020-04-20 21:12:30 -04:00
Adam Wathan
b3b06e8d55 Add negative space utility support 2020-04-20 14:54:31 -04:00
Adam Wathan
8df2cd57a0 Merge branch 'stack-divide-utilities' 2020-04-20 14:18:12 -04:00
Adam Wathan
a14ea02ff0 Use border-width for divide, not border 2020-04-20 14:18:04 -04:00
Adam Wathan
1743c23821
Merge pull request #1594 from tailwindcss/stack-divide-utilities
Support reverse order for space and divide utilities
2020-04-20 13:55:00 -04:00
Adam Wathan
06536597fb Update fixtures 2020-04-20 13:49:55 -04:00
Adam Wathan
a75b6901aa Support reverse order for space and divide utilities 2020-04-20 13:34:00 -04:00
Adam Wathan
8b2473fade
Merge pull request #1584 from tailwindcss/stack-divide-utilities
Add `space` and `divide` utilities
2020-04-17 13:26:23 -04:00
Adam Wathan
3584791852
Merge pull request #1398 from OwenMelbz/master
Ability to have responsive .container padding
2020-04-17 13:04:36 -04:00
Adam Wathan
a69c9b9452
Merge pull request #1532 from tailwindcss/default-line-height-per-font-size
Add support for providing a default line-height for each font-size
2020-04-17 12:59:22 -04:00
Adam Wathan
0f54a60d05 Switch from :not(:last-child) to :not(template) ~ :not(template) 2020-04-17 09:49:16 -04:00
Adam Wathan
b7e0f11d5d Switch to not(last-child) instead of owl
For Alpine.js compatibility, sad because it increases the specificity but I don't think it will actually be a problem at all in real projects.
2020-04-16 16:05:20 -04:00
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
9c82fecae9 Fix path 2020-04-16 09:35:41 -04:00
Adam Wathan
7ce6b2c424 Move plugin helpers up one folder 2020-04-16 09:35:41 -04:00
Adam Wathan
921e2ff202 Add helper for testing utility plugins 2020-04-16 09:35:41 -04:00
Adam Wathan
801caa69cd
Merge pull request #1438 from philippbosch/current-color
Add `current` to default color palette
2020-03-23 11:50:07 -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
Philipp Bosch
59c8e111c2 Adjust test fixture for currentColor 2020-03-14 10:36:04 +01: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
d193c008b5 Rebuild fixtures 2020-02-10 04:37:31 +08:00
Adam Wathan
9b89683268 Add sensible set of fixed line-height utilities 2020-02-05 08:39:51 -05: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
b3c3d5ce47
Merge pull request #1356 from tailwindcss/add-default-skews
Add some default skew values
2020-02-03 11:37:12 -05:00
Adam Wathan
36dd50ebab Add some default skew values 2020-02-03 11:28:04 -05:00
Adam Wathan
3efa8e1d0d Add some default values for grid row utilities, confusing to have none 2020-02-03 11:08:09 -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
e0771bdb5c Add transition-shadow, transition box-shadow in transition also 2020-02-01 13:40:57 -05:00
Adam Wathan
bb1e62998f Add fill and stroke to transition-colors 2020-02-01 13:34:33 -05:00
Adam Wathan
08c69116ef Support import syntax even if not using postcss-import 2020-01-25 12:14:01 -05:00
Adam Wathan
8f5a568240 Add shadow-xs, increase alpha of shadow-sm to 0.05 2020-01-23 20:33:11 -05:00
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
b3a7f7788a Test making config function optional, refactor to default parameter 2020-01-04 12:35:12 -05:00
Adam Wathan
83f88cc2d4 Remove unit test for strokeWidth plugin, covered by integration tests 2020-01-03 08:39:45 -05:00
Adam Wathan
a33c1a68e1 Update transform order to scale, skew, rotate, translate 2020-01-03 08:38:29 -05:00