Adam Wathan
|
488c0e35c9
|
Don't include vendor prefix for background-clip: text
Better to rely on autoprefixer for this for now. If we want to start shipping prefixes we should do it across the board, not just in one spot.
|
2020-08-15 16:24:21 -04:00 |
|
Adam Wathan
|
5b82b6f5ac
|
Add background-clip utilities
|
2020-08-15 16:20:33 -04:00 |
|
Adam Wathan
|
8a066c27a2
|
Merge branch 'apply-complex-classes'
|
2020-08-15 15:39:48 -04:00 |
|
Adam Wathan
|
6b32635f2c
|
Explain other code branch when processing @apply rules
|
2020-08-15 15:39:39 -04:00 |
|
Adam Wathan
|
9d257a986c
|
Rename inject instances to apply
|
2020-08-15 15:31:26 -04:00 |
|
Adam Wathan
|
cebed0e4e0
|
Only include contents class in modern builds, update fixtures
|
2020-08-15 15:22:31 -04:00 |
|
Adam Wathan
|
94325f5710
|
Merge branch 'patch-1' of git://github.com/mtimbs/tailwindcss into mtimbs-patch-1
|
2020-08-15 15:20:23 -04:00 |
|
Adam Wathan
|
7371ea992b
|
Merge pull request #1676 from innocenzi/color-closure
Allow colors to be defined as closures
|
2020-08-15 09:09:46 -04:00 |
|
Adam Wathan
|
e37b665b60
|
Support applying classes that occur multiple times in a single selector
|
2020-08-14 19:12:45 -04:00 |
|
Adam Wathan
|
6fe745b908
|
Improve comment
|
2020-08-14 13:26:14 -04:00 |
|
Adam Wathan
|
cef0b84abf
|
Reorganize prototype code
|
2020-08-14 12:23:28 -04:00 |
|
Adam Wathan
|
577f536eeb
|
Update tests that relied on changed implementation details
|
2020-08-14 12:23:18 -04:00 |
|
Adam Wathan
|
b527dcf301
|
Improve test name
|
2020-08-14 11:26:01 -04:00 |
|
Adam Wathan
|
23ffa25e8a
|
Avoid accidentally forgetting getProcessedPlugins arg when customizing config
|
2020-08-14 11:25:55 -04:00 |
|
Adam Wathan
|
b518dc3e4c
|
Test applying classes with a prefix configured
|
2020-08-14 11:15:45 -04:00 |
|
Adam Wathan
|
e03db68ff9
|
Fix test typo
|
2020-08-14 11:15:17 -04:00 |
|
Adam Wathan
|
2cbc8e90af
|
Add tests for all the new scenarios @apply now supports
|
2020-08-13 20:46:27 -04:00 |
|
Adam Wathan
|
8646c94dd5
|
Prepend a shadow lookup table when no @tailwind rules are in the tree
|
2020-08-13 20:16:56 -04:00 |
|
Adam Wathan
|
c252e33254
|
Get shadow lookup working-ish with new apply approach
|
2020-08-13 12:14:26 -04:00 |
|
Adam Wathan
|
6f1fb5c401
|
Drop entries methods for lodash
|
2020-08-13 09:35:45 -04:00 |
|
Adam Wathan
|
ba9ee0600b
|
Remove unused expected
|
2020-08-13 09:01:58 -04:00 |
|
Adam Wathan
|
1c23b0a9ed
|
Use lodash for flatMap
|
2020-08-13 08:56:27 -04:00 |
|
Adam Wathan
|
3d156cc81f
|
Explicitly don't support legacy cssnext @apply rules
|
2020-08-13 07:51:46 -04:00 |
|
Adam Wathan
|
e313de6354
|
Fix lint issues
|
2020-08-13 07:45:04 -04:00 |
|
Adam Wathan
|
d6e22b944e
|
Remove leading dot from apply case in sanity test
|
2020-08-13 07:44:59 -04:00 |
|
Adam Wathan
|
36fc03b16d
|
Add initial support for applying variants and other complex classes
|
2020-08-12 19:47:21 -04:00 |
|
Adam Wathan
|
1791768a56
|
Merge pull request #2147 from jbergstroem/feature/node-update
Add Node.js 14.x to test matrix
|
2020-08-07 17:03:34 -04:00 |
|
Johan Bergström
|
437b038d41
|
Add Node.js 14.x to test matrix
|
2020-08-07 15:45:59 -04:00 |
|
Adam Wathan
|
89461f9999
|
Merge pull request #2145 from tailwindlabs/extended-font-size-scale
Add experimental extendedFontSizeScale
|
2020-08-07 15:17:36 -04:00 |
|
Adam Wathan
|
aa810673f4
|
Add experimental extendedFontSizeScale
|
2020-08-07 15:10:10 -04:00 |
|
Adam Wathan
|
cfb9996edf
|
Merge pull request #2143 from tailwindlabs/default-line-heights
Add experimental default line heights
|
2020-08-07 14:54:34 -04:00 |
|
Adam Wathan
|
4d2e4119fd
|
Add experimental default line heights
|
2020-08-07 14:42:43 -04:00 |
|
Adam Wathan
|
037416ac70
|
Merge pull request #2144 from tailwindlabs/fix-font-size-theme-bug
Fix font size theme bug
|
2020-08-07 14:40:01 -04:00 |
|
Adam Wathan
|
a84deb4ac5
|
Fix bug where theme('fontSize.xl') breaks with default line-height
|
2020-08-07 14:32:47 -04:00 |
|
Adam Wathan
|
cb4ff81ff2
|
Update text fixture
|
2020-08-07 14:27:04 -04:00 |
|
Adam Wathan
|
0ca1c14365
|
Merge pull request #2114 from MartijnCuppens/remove-redundant-animation-states
Remove redundant animation states
|
2020-08-07 14:14:14 -04:00 |
|
Adam Wathan
|
8f88cf5e80
|
Merge pull request #2141 from tailwindlabs/extended-spacing-scale
Add experimental extended spacing scale
|
2020-08-07 13:25:58 -04:00 |
|
Adam Wathan
|
30980063e8
|
Add experimental extended spacing scale
|
2020-08-07 11:25:22 -04:00 |
|
Adam Wathan
|
3aa0a1bcbe
|
Merge pull request #2137 from tailwindlabs/rename-gap-utilities
Deprecate col-gap and row-gap in favor of gap-x and gap-y
|
2020-08-07 11:16:56 -04:00 |
|
Adam Wathan
|
feb43849c4
|
Link to upcoming changes documentation in flag notices
|
2020-08-07 11:09:53 -04:00 |
|
Adam Wathan
|
c2122ea1a4
|
Update sanity test to properly enable all flagged features
|
2020-08-06 16:44:02 -04:00 |
|
Adam Wathan
|
338dc12eea
|
Deprecate col-gap and row-gap in favor of gap-x and gap-y
|
2020-08-06 16:27:35 -04:00 |
|
Adam Wathan
|
af17966fe5
|
Update rebuildFixtures to use 'all' for flags
|
2020-08-06 16:26:55 -04:00 |
|
Adam Wathan
|
80ad8a4c8f
|
Support 'all' keyword for feature flags
|
2020-08-06 16:26:15 -04:00 |
|
Adam Wathan
|
cafbc65b3b
|
Merge branch 'master' of github.com:tailwindlabs/tailwindcss
|
2020-08-06 16:08:49 -04:00 |
|
Adam Wathan
|
f6ce56d3b6
|
Merge pull request #1583 from mathieutu/patch-2
[Plugins] Give the whole config access to plugins if needed.
|
2020-08-06 16:08:31 -04:00 |
|
Adam Wathan
|
6070ba72dc
|
Merge branch 'master' into patch-2
|
2020-08-06 16:08:23 -04:00 |
|
Adam Wathan
|
61635f4884
|
Co-locate feature flag utilities
|
2020-08-06 16:02:09 -04:00 |
|
Adam Wathan
|
a7c410656d
|
Add test coverage for default letter-spacing feature
|
2020-08-06 15:42:52 -04:00 |
|
Adam Wathan
|
2c05a4a633
|
Merge pull request #1915 from valtism/master
Provide a default tracking with Font Size config
|
2020-08-06 15:24:42 -04:00 |
|