2659 Commits

Author SHA1 Message Date
Adam Wathan
b8d0870ab4
Merge pull request #1280 from tailwindcss/shadow-sm
Add `shadow-sm`
2020-01-08 10:57:23 -05:00
Adam Wathan
c745007d24 1.2.0-canary.3 v1.2.0-canary.3 2020-01-08 10:41:51 -05:00
Adam Wathan
eb8900cb4e
Merge pull request #1273 from tailwindcss/transition-utilities
Add transition utilities
2020-01-08 10:13:31 -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
bfae98d915
Merge pull request #1291 from tailwindcss/dependabot/npm_and_yarn/master/postcss-7.0.26
Bump postcss from 7.0.25 to 7.0.26
2020-01-04 12:35:29 -05:00
Adam Wathan
b3a7f7788a Test making config function optional, refactor to default parameter 2020-01-04 12:35:12 -05:00
Adam Wathan
ac21390cee
Merge pull request #1293 from benface/config-fn-fix
Fix plugin.withOptions() when no config function is passed
2020-01-04 12:31:55 -05:00
Benoît Rouleau
eb2f3669e3 Fix plugin.withOptions() when no config function is passed 2020-01-03 12:36:33 -05:00
dependabot-preview[bot]
6f67b3a38e Bump postcss from 7.0.25 to 7.0.26
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.25 to 7.0.26.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.25...7.0.26)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-03 08:41:14 -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
8fc4447f5e Merge branch 'benface-skew' 2020-01-03 08:38:40 -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
bbe23fdba2 Remove units from stroke width 2019-12-30 09:20:28 -05:00
Adam Wathan
5187825ba7 Remove 3px and 4px stroke widths from default config 2019-12-30 09:18:47 -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
Adam Wathan
2babe0cb23 Add none/auto values for grid utilities 2019-12-30 07:47:45 -05:00
dependabot-preview[bot]
bf86fc15c0
Merge pull request #1290 from tailwindcss/dependabot/npm_and_yarn/master/eslint-config-prettier-6.9.0 2019-12-30 06:28:20 +00:00
dependabot-preview[bot]
b2b68f761b
Bump eslint-config-prettier from 6.8.0 to 6.9.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.8.0 to 6.9.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.8.0...v6.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-30 06:25:58 +00:00
Florian Bouvot
bad1033cc7 Fix box-sizing values 2019-12-27 20:27:27 +01: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
2ae6c56acb Merge branch 'dangayle-master' 2019-12-27 09:27:30 -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
06352a8a59
Merge pull request #1281 from tailwindcss/rounded-md
Add rounded-md
2019-12-27 08:59:24 -05:00
Adam Wathan
038b158e28 Add max-w-screen-{breakpoint} utilities 2019-12-27 08:53:47 -05:00
Adam Wathan
6312c76a24
Merge pull request #1283 from tailwindcss/max-width-none
Add max-w-none utility
2019-12-27 07:55:25 -05:00
Adam Wathan
505d03811c Update test fixtures for real 2019-12-27 07:45:43 -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
d075773c67 Use minmax to ensure default grid columns are always equal width 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
3e2c626409 Re-order grid theme values 2019-12-27 07:45:43 -05:00
Adam Wathan
d882d8d4fc Add CSS grid utilities 2019-12-27 07:45:43 -05:00
Adam Wathan
de5c786abe Rebuild fixtures 2019-12-27 07:17:17 -05:00
Adam Wathan
5d503cc20e Add max-w-none 2019-12-27 07:16:57 -05:00
Adam Wathan
84e1816572 Add rounded-md 2019-12-26 15:43:50 -05:00
Adam Wathan
0603cafbe8 Add shadow-sm 2019-12-26 15:21:56 -05:00
dependabot-preview[bot]
009f52d07f
Merge pull request #1279 from tailwindcss/dependabot/npm_and_yarn/master/handlebars-4.5.3 2019-12-26 18:26:45 +00:00
dependabot-preview[bot]
c504f2bd04
[Security] Bump handlebars from 4.1.2 to 4.5.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-26 18:24:15 +00:00
dependabot-preview[bot]
3087fdc208
Merge pull request #1278 from tailwindcss/dependabot/npm_and_yarn/master/eslint-config-prettier-6.8.0 2019-12-26 06:15:42 +00:00