2872 Commits

Author SHA1 Message Date
Adam Wathan
7ce188ef70
Merge pull request #1635 from tailwindcss/target-modes
Add support for `target: 'ie11'` config option
2020-04-29 16:31:04 -04:00
Adam Wathan
afe8d3c2e8 Remove unused imports 2020-04-29 16:25:20 -04:00
Adam Wathan
a8e27d9728 Remove position sticky in ie11 mode 2020-04-29 16:25:20 -04:00
Adam Wathan
1117e28c5c Add support for browserslist as target 2020-04-29 16:25:20 -04:00
Adam Wathan
b4acd94390 Generate non-composable transforms in IE11 target mode 2020-04-29 16:25:20 -04:00
Adam Wathan
371a79feca Support plugin-specific target mode 2020-04-29 16:25:20 -04:00
Adam Wathan
e5288ff8fe Remove target helper 2020-04-29 16:24:26 -04:00
Adam Wathan
1c353af37d Finish proof of concept for target: 'ie11' feature 2020-04-29 16:24:26 -04:00
Adam Wathan
2950ff339b Initial support for IE11 target 2020-04-29 16:24:26 -04:00
Adam Wathan
b9a5b762ce
Merge pull request #1655 from tailwindcss/purge-improvements
Purge integration improvements
2020-04-29 16:21:06 -04:00
Adam Wathan
77d3f7590e Don't purge components, don't purge if paths empty, add empty purge to config stub 2020-04-29 16:14:08 -04:00
Adam Wathan
3a53a8c858 Update fixtures 2020-04-29 16:13:37 -04:00
Adam Wathan
d351f125dd Fix bugs in divideOpacity and placeholderOpacity plugins 2020-04-29 14:01:39 -04:00
Adam Wathan
acd34ad989
Merge pull request #1650 from dennishzg/readme-patch-1
Add tailwindcss Discussions link
2020-04-29 11:40:45 -04:00
Dennis Herzberg
627bff28c3 Add tailwindcss Discussions link 2020-04-29 16:26:46 +02:00
dependabot-preview[bot]
5dc5773025
Merge pull request #1644 from tailwindcss/dependabot/npm_and_yarn/master/babel-jest-25.5.0 2020-04-29 06:38:42 +00:00
dependabot-preview[bot]
4decf48eed
Bump babel-jest from 25.4.0 to 25.5.0
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.4.0 to 25.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v25.5.0/packages/babel-jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-29 06:36:22 +00:00
dependabot-preview[bot]
77526e5e01
Merge pull request #1643 from tailwindcss/dependabot/npm_and_yarn/master/jest-25.5.0 2020-04-29 06:34:42 +00:00
dependabot-preview[bot]
f9bdbce369
Bump jest from 25.4.0 to 25.5.0
Bumps [jest](https://github.com/facebook/jest) from 25.4.0 to 25.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v25.4.0...v25.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-29 06:32:14 +00:00
Adam Wathan
da5eaed1c7
Merge pull request #1639 from tailwindcss/purgecss
Integrate PurgeCSS directly into Tailwind
2020-04-28 14:17:05 -04:00
Adam Wathan
64b6c955c7 Improve PurgeCSS integration
- Add better Pug support
- Add "modes", with "all" and "conservative" by default
- Allow passing options through to PurgeCSS
- Rename `paths` to `content` to match PurgeCSS
2020-04-28 09:51:27 -04:00
Adam Wathan
b0ac3c50cb Support purging Pug templates a bit better 2020-04-27 22:18:21 -04:00
Adam Wathan
4c3e97c9d4 Make PurgeCSS regex compatible with node 8 2020-04-27 21:43:28 -04:00
Adam Wathan
ec0b7a2be1 Integrate PurgeCSS directly into Tailwind 2020-04-27 21:24:49 -04:00
Adam Wathan
857e2d376d
Merge pull request #1627 from tailwindcss/alpha-colors
Add opacity modifiers for color utilities
2020-04-26 13:58:49 -04:00
Adam Wathan
f94e2c37f2 Fix import 2020-04-26 11:05:42 -04:00
Adam Wathan
b466d5ba6d Pull divideOpacity from borderOpacity 2020-04-26 10:47:20 -04:00
Adam Wathan
3b565d1f9c Add opacity modifiers for color utilities 2020-04-26 09:49:23 -04:00
Adam Wathan
30e0cb10b7 1.3.5 v1.3.5 2020-04-23 07:58:36 -04:00
Adam Wathan
5f05677edf Fix missing unit in calc bug in space plugin 2020-04-23 07:58:26 -04:00
Adam Wathan
072c60c008 Drop fs-extra version to retain Node 8 compatibility 2020-04-23 07:58:26 -04:00
dependabot-preview[bot]
f48c0c7cfb
Merge pull request #1607 from tailwindcss/dependabot/npm_and_yarn/master/resolve-1.17.0 2020-04-23 06:25:27 +00:00
dependabot-preview[bot]
f8ebe4c5c8
Bump resolve from 1.16.1 to 1.17.0
Bumps [resolve](https://github.com/browserify/resolve) from 1.16.1 to 1.17.0.
- [Release notes](https://github.com/browserify/resolve/releases)
- [Commits](https://github.com/browserify/resolve/compare/v1.16.1...v1.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-23 06:23:34 +00:00
dependabot-preview[bot]
d48e17de89
Merge pull request #1600 from tailwindcss/dependabot/npm_and_yarn/master/eslint-config-prettier-6.11.0 2020-04-22 06:48:32 +00:00
dependabot-preview[bot]
fc62dfc817
Bump eslint-config-prettier from 6.10.1 to 6.11.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.10.1 to 6.11.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.10.1...v6.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-22 06:45:56 +00:00
Adam Wathan
f7134aae27 1.3.4 v1.3.4 2020-04-21 16:08:45 -04:00
Adam Wathan
b0c78726ac Fix bug where divide-x/y-0 didn't work due to missing unit in calc 2020-04-21 16:08:39 -04:00
Adam Wathan
e262218b87 Update fixtures 2020-04-21 06:09:44 -04:00
Adam Wathan
72583c5c84 1.3.3 v1.3.3 2020-04-21 05:21:05 -04:00
Adam Wathan
5598a791b1 Fix bug in divide-x utilities, checking wrong custom property 2020-04-21 05:20:59 -04:00
Adam Wathan
d5e64c4199 1.3.2 v1.3.2 2020-04-21 05:14:59 -04:00
Adam Wathan
bf045724cc Add responsive variants for space and divide utilities 2020-04-21 05:14:52 -04:00
Adam Wathan
5b3f8b5461 1.3.1 v1.3.1 2020-04-20 21:12:38 -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
d710db5cc3 1.3.0 v1.3.0 2020-04-20 20:36:52 -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