1109 Commits

Author SHA1 Message Date
Adam Wathan
aa810673f4 Add experimental extendedFontSizeScale 2020-08-07 15:10:10 -04:00
Adam Wathan
4d2e4119fd Add experimental default line heights 2020-08-07 14:42:43 -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
30980063e8 Add experimental extended spacing scale 2020-08-07 11:25:22 -04:00
Adam Wathan
feb43849c4 Link to upcoming changes documentation in flag notices 2020-08-07 11:09:53 -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
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
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
1ac5874732 Add scaffolding for future/experimental flags, with WIP new color palette as example 2020-08-05 14:02:43 -04:00
Adam Wathan
72345e8715 Don't add important to keyframes 2020-08-03 11:46:39 -04:00
Adam Wathan
cda6d4d995 Add keyframes as utilities instead of base 2020-08-02 08:01:16 -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
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
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
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
ab12ab9636 Ensure Tailwind PostCSS plugins receive unaltered plugin output 2020-07-21 10:21:57 -04:00
Adam Wathan
7dc0261bc6 Only wrap with variants if rules don't already contain any variants 2020-07-15 17:28:33 -04:00
Adam Wathan
b9327729b5 Add variants support to container plugin 2020-07-15 14:13:27 -04:00
Adam Wathan
3edd89bd76 Handle explicit @tailwind screens properly 2020-07-15 09:41:47 -04:00
Adam Wathan
5b19a41195 Convert layers to control comments before processing @apply rules 2020-07-15 09:41:19 -04:00
Adam Wathan
b69e46cc1b Rename buckets to layers, handle copying layer information to responsive variants 2020-07-15 09:25:22 -04:00
Adam Wathan
c184e5b7b3 Don't remove comments that are never added 2020-07-14 20:57:04 -04:00
Adam Wathan
bc6b17250d Don't convert @tailwind screens to @screens utilities 2020-07-14 20:56:11 -04:00
Adam Wathan
4169bb1ac2 Simplify implementation, remove unnecessary new features 2020-07-14 20:53:18 -04:00
Adam Wathan
fc1d4c4cb1 Intermingle component and utility screens 2020-07-14 16:41:41 -04:00
Adam Wathan
9959b1f691 Add first-class support for "responsive" components and bucket children 2020-07-14 14:32:14 -04:00
Adam Wathan
20e5695165
Merge pull request #1285 from GeoffSelby/add-checked-variant
Add `checked` variant
2020-07-08 12:27:09 -04:00
Dan Wood
07e330d2bb Allow default letterSpacing in fontSize config
Extend the configuration syntax to allow specifying letterSpacing
alongside lineHeight in the fontSize config.

The syntax looks like
```
module.exports = {
  theme: {
    // ...
    fontSize: {
      sm: ['14px', { lineHeight: '20px', letterSpacing: '0.01em' }],
      // ...
    }
  }
}
```

Also retains backwards compatibility with array syntax of 1.3
2020-06-29 10:10:27 +10:00
Adam Wathan
2d297ee417 Merge branch 'patch-2' of git://github.com/MartijnCuppens/tailwindcss into MartijnCuppens-patch-2 2020-06-28 14:21:51 -04:00
Adam Wathan
f120967d95
Merge pull request #1824 from austin94/austin94/add-focus-visible-variant
Add :focus-visible variant
2020-06-27 14:21:08 -04:00
Adam Wathan
74ed4c2948
Merge pull request #1722 from playpool513/refactor-color-functions
Refactor color functions
2020-06-27 14:16:59 -04:00
Martijn Cuppens
26d324e860
Remove duplicate padding: 0 from buttons 2020-05-31 19:01:41 +02:00
Owen Melbourne
3febffdb55 Fixed some styling 2020-05-30 17:59:54 +01:00
Owen Melbourne
d833174b4e Allowed the 'build' cli command to fallback to some defaults if no input file is specified. 2020-05-30 17:53:30 +01:00
Austin Green
4187e6db70 Add :focus-visible variant 2020-05-26 11:10:03 -07:00
frederikhors
822689f38b
Unnecessary escape character
Unnecessary escape character: [. (eslint: no-useless-escape)
2020-05-24 16:47:23 +02:00
Adam Wathan
ad850ac491 Throw if contains a class 2020-05-08 13:23:26 -04:00