2894 Commits

Author SHA1 Message Date
Adam Wathan
09ff23f631
Replace logo in README 2020-05-01 08:29:37 -04:00
Adam Wathan
c2b0407ffd 1.4.2 v1.4.2 2020-05-01 08:25:52 -04:00
Adam Wathan
ab52a8c082 Support purge: false, add more info to console warning 2020-05-01 08:25:45 -04:00
dependabot-preview[bot]
e8c0264898
Merge pull request #1677 from tailwindcss/dependabot/npm_and_yarn/master/jest-25.5.3 2020-05-01 07:10:28 +00:00
dependabot-preview[bot]
83d5a15f14
Bump jest from 25.5.2 to 25.5.3
Bumps [jest](https://github.com/facebook/jest) from 25.5.2 to 25.5.3.
- [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.5.2...v25.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-01 07:07:06 +00:00
Adam Wathan
67ec21e870
Merge pull request #1673 from lihbr/fix/purge-enabled-false-eval-to-true
Fix `purgeEnabled` evaluating to true when `config.purge.enabled` is false
2020-04-30 13:32:58 -04:00
lihbr
ddc6e1d191 test: add test for purge being explicitly disabled 2020-04-30 19:13:48 +02:00
lihbr
9863723390 style: lint changes 2020-04-30 19:08:06 +02:00
lihbr
14113707df fix: purgeEnabled evaluating to true when config.purge.enabled is false 2020-04-30 18:43:56 +02:00
Adam Wathan
e52c59a758 1.4.1 v1.4.1 2020-04-30 09:12:11 -04:00
Adam Wathan
9032ff33ed Improve support for purging Haml even more 2020-04-30 08:40:42 -04:00
Adam Wathan
cdef9c8d4d Improve support for purging Haml templates 2020-04-30 08:33:05 -04:00
dependabot-preview[bot]
1c1836205e
Merge pull request #1663 from tailwindcss/dependabot/npm_and_yarn/master/babel-jest-25.5.1 2020-04-30 06:54:49 +00:00
dependabot-preview[bot]
2a23d405e1
Bump babel-jest from 25.5.0 to 25.5.1
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.5.0 to 25.5.1.
- [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.1/packages/babel-jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-30 06:51:49 +00:00
dependabot-preview[bot]
ea3d454e53
Merge pull request #1660 from tailwindcss/dependabot/npm_and_yarn/master/jest-25.5.2 2020-04-30 06:50:11 +00:00
dependabot-preview[bot]
bdd93d7df9
Bump jest from 25.5.0 to 25.5.2
Bumps [jest](https://github.com/facebook/jest) from 25.5.0 to 25.5.2.
- [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.5.0...v25.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-30 06:47:15 +00:00
dependabot-preview[bot]
e0aa7f0492
Merge pull request #1662 from tailwindcss/dependabot/npm_and_yarn/master/babel/core-7.9.6 2020-04-30 06:46:02 +00:00
dependabot-preview[bot]
353e406f70
Merge pull request #1661 from tailwindcss/dependabot/npm_and_yarn/master/babel/preset-env-7.9.6 2020-04-30 06:45:39 +00:00
dependabot-preview[bot]
6e656956fb
Bump @babel/core from 7.9.0 to 7.9.6
Bumps [@babel/core](https://github.com/babel/babel) from 7.9.0 to 7.9.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.9.0...v7.9.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-30 06:43:43 +00:00
dependabot-preview[bot]
37a7d2dcca
Bump @babel/preset-env from 7.9.5 to 7.9.6
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.9.5 to 7.9.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.9.5...v7.9.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-30 06:43:10 +00:00
Adam Wathan
20348ae914 1.4.0 v1.4.0 2020-04-29 16:37:25 -04:00
Adam Wathan
5b18ef475a Silence jest warnings about mutating require cache 2020-04-29 16:37:03 -04:00
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