3096 Commits

Author SHA1 Message Date
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
Adam Wathan
b565a94cae
Merge pull request #2132 from tailwindlabs/future-option
Add scaffolding for future/experimental flags, with WIP new color palette as example
2020-08-06 15:16:23 -04:00
Adam Wathan
1ac5874732 Add scaffolding for future/experimental flags, with WIP new color palette as example 2020-08-05 14:02:43 -04:00
Martijn Cuppens
c65fbf6777 Simplify translateY(0) to none 2020-08-03 20:26:24 +02:00
Martijn Cuppens
5f545eaf8c Remove redundant animation states 2020-08-03 20:11:15 +02:00
Adam Wathan
fb2c85e309 1.6.2 v1.6.2 2020-08-03 11:47:03 -04:00
Adam Wathan
72345e8715 Don't add important to keyframes 2020-08-03 11:46:39 -04:00
Adam Wathan
8e5d8d1278 1.6.1 v1.6.1 2020-08-02 08:14:57 -04:00
Adam Wathan
911afff6e8
Merge pull request #2108 from tailwindlabs/add-keyframes-as-utilities
Add keyframes as utilities instead of base
2020-08-02 08:12:32 -04:00
Adam Wathan
cda6d4d995 Add keyframes as utilities instead of base 2020-08-02 08:01:16 -04:00
Adam Wathan
f8d7f245d5 1.6.0 v1.6.0 2020-07-28 12:39:20 -04:00
Adam Wathan
bb8a221eeb Disable overscroll in IE11 mode 2020-07-28 12:13:34 -04:00
Adam Wathan
77ccb5c957 Rename motion-reduced to motion-reduce 2020-07-28 10:15:50 -04:00
Adam Wathan
8b08814103 Remove unused code 2020-07-28 08:23:01 -04:00
Adam Wathan
46dab3b0d4 Clearer messaging on building with no input file 2020-07-28 08:22:53 -04:00
Adam Wathan
92ffe40309
Merge pull request #1861 from OwenMelbz/master
Allows users to use "tailwind build" without requiring an input file
2020-07-28 08:10:04 -04:00
Adam Wathan
9b21133878
Merge pull request #2075 from wadefletch/master
Add overscroll features (Resolves #1957)
2020-07-27 16:16:06 -04:00
Adam Wathan
e29e96018d
Merge pull request #2068 from tailwindlabs/animation-utilities
Add animation support
2020-07-27 16:13:31 -04:00
Adam Wathan
05fe0154c7
Merge pull request #2071 from tailwindlabs/reduced-motion
Add reduce-motion variant
2020-07-27 16:13:16 -04:00
Adam Wathan
66619011d6 Make motion variants stackable 2020-07-27 15:23:56 -04:00
Adam Wathan
9f39277607 Rename reduced-motion to motion-reduced, add motion-safe 2020-07-27 14:36:10 -04:00
Wade Fletcher
55134d4b32 Add overscroll test fixtures 2020-07-25 15:19:33 -04:00
Wade Fletcher
444c59ffcd Add overscroll plugin 2020-07-25 14:49:21 -04:00
Adam Wathan
5dcb9f9035 Add reduce-motion variant 2020-07-24 15:26:55 -04:00
Adam Wathan
bb1519a7c0 Rename fade to pulse 2020-07-24 14:27:12 -04:00
Adam Wathan
d7732c70fc Replace cool new JS features with lodash because node 8/10 2020-07-24 12:15:28 -04:00
Adam Wathan
29b0739c35 Add basic set of general purpose animation utilities 2020-07-24 11:52:47 -04:00
Adam Wathan
4ee53f315a 1.5.2 v1.5.2 2020-07-21 10:22:06 -04:00