Adam Wathan
a7aedde4ab
Merge pull request #902 from CvX/test-collision
...
Avoid test collisions by using different directories in runInTempDirectory
2019-05-09 07:38:46 -04:00
Jarek Radosz
11dfbdeaa8
Use process.env.JEST_WORKER_ID
2019-05-09 13:29:48 +02:00
Adam Wathan
b68f7ee114
Merge pull request #903 from CvX/theme-deep-function-values
...
Allow accessing deep paths with function values via theme helper
2019-05-09 07:17:00 -04:00
Jarek Radosz
23b720bb31
Allow accessing deep paths with function values via theme helper
...
Example:
```js
theme: {
spacing: {
'0': '0',
},
width: theme => ({
...theme('spacing'),
'1/3': '33.33333%',
}),
minWidth: theme => ({
'1/3': theme('width.1/3'),
}),
}
```
2019-05-08 22:11:10 +02:00
Jarek Radosz
ec4294d124
Avoid test collisions by using different directories in runInTempDirectory
2019-05-08 21:47:52 +02:00
Adam Wathan
fccfd58976
Merge pull request #901 from tailwindcss/all-responsive
...
Make everything responsive by default
2019-05-08 12:11:03 -04:00
Adam Wathan
b5355d2756
Make everything responsive by default
2019-05-08 11:51:04 -04:00
Adam Wathan
a77d7778f2
Merge pull request #893 from tailwindcss/dependabot/npm_and_yarn/next/postcss-7.0.16
...
Bump postcss from 7.0.14 to 7.0.16
2019-05-06 08:05:16 -04:00
Adam Wathan
a62db5a01a
Merge pull request #892 from tailwindcss/dependabot/npm_and_yarn/next/jest-24.8.0
...
Bump jest from 24.7.1 to 24.8.0
2019-05-06 08:05:05 -04:00
dependabot[bot]
0437b244ef
Bump postcss from 7.0.14 to 7.0.16
...
Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.14 to 7.0.16.
- [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.14...7.0.16 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-06 07:01:22 +00:00
dependabot[bot]
ed5dc94e0d
Bump jest from 24.7.1 to 24.8.0
...
Bumps [jest](https://github.com/facebook/jest ) from 24.7.1 to 24.8.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/v24.7.1...v24.8.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-06 07:00:52 +00:00
Adam Wathan
310e68e08f
Merge pull request #888 from simonellensohn/patch-1
...
Remove `negativeMargin` variants
2019-05-02 09:58:55 -04:00
Simon Ellensohn
8a271a7e6e
Remove negativeMargin variants
2019-05-02 15:50:14 +02:00
Adam Wathan
c5f00a316b
Merge pull request #885 from tailwindcss/more-user-select-utilities
...
Add remaining user select utilities
2019-04-29 08:37:43 -04:00
Adam Wathan
82456a6731
Add remaining user select utilities
2019-04-29 08:28:55 -04:00
Adam Wathan
51786fdfeb
Merge pull request #883 from tailwindcss/dependabot/npm_and_yarn/next/@babel/preset-env-7.4.4
...
Bump @babel/preset-env from 7.4.3 to 7.4.4
2019-04-29 08:20:52 -04:00
dependabot[bot]
d158be34d6
Bump @babel/preset-env from 7.4.3 to 7.4.4
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.4.3 to 7.4.4.
- [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.4.3...v7.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 11:00:17 +00:00
Adam Wathan
2bc5212d70
Merge pull request #884 from tailwindcss/dependabot/npm_and_yarn/next/@babel/cli-7.4.4
...
Bump @babel/cli from 7.4.3 to 7.4.4
2019-04-29 06:58:39 -04:00
Adam Wathan
bc187bf7ec
Merge pull request #882 from tailwindcss/dependabot/npm_and_yarn/next/@babel/core-7.4.4
...
Bump @babel/core from 7.4.3 to 7.4.4
2019-04-29 06:58:27 -04:00
dependabot[bot]
c837f40bcf
Bump @babel/cli from 7.4.3 to 7.4.4
...
Bumps [@babel/cli](https://github.com/babel/babel ) from 7.4.3 to 7.4.4.
- [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.4.3...v7.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 06:49:14 +00:00
dependabot[bot]
3d76e80a57
Bump @babel/core from 7.4.3 to 7.4.4
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.4.3 to 7.4.4.
- [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.4.3...v7.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 06:48:22 +00:00
Adam Wathan
fb13801962
Merge pull request #879 from benface/bg-round-and-space
...
Add `round` and `space` background-repeat utilities
2019-04-28 20:18:27 -04:00
Benoît Rouleau
ce1812a244
Add bg-repeat-round and bg-repeat-space utilities
2019-04-28 17:13:12 -04:00
Adam Wathan
f46022a0d5
1.0.0-beta.8
v1.0.0-beta.8
2019-04-28 07:04:08 -04:00
Adam Wathan
5580456afa
Add responsive order utilities by default
2019-04-28 07:03:56 -04:00
Adam Wathan
f6a632dbe2
1.0.0-beta.7
v1.0.0-beta.7
2019-04-27 16:55:40 -04:00
Adam Wathan
aac25d6a7a
Fix bug where config utils was not passed through to nested closures
2019-04-27 16:55:21 -04:00
Adam Wathan
93896615b4
1.0.0-beta.6
v1.0.0-beta.6
2019-04-27 11:53:26 -04:00
Adam Wathan
5804a996c2
Quote all config values for consistency
...
Without this we are relying on implicit string conversion for no benefit.
2019-04-27 11:51:02 -04:00
Adam Wathan
a92faeefac
Fix conflicts, update tests
2019-04-27 11:37:20 -04:00
Adam Wathan
e9d8d7f45f
Fix conflicts, update tests
2019-04-27 10:42:19 -04:00
Adam Wathan
e3d5e24665
Update test fixtures
2019-04-27 10:25:34 -04:00
Sjors
125a1d0bb3
add more width fractions
2019-04-27 09:53:33 +02:00
Sjors
51d0fe1b5d
merge upstream
2019-04-27 09:50:57 +02:00
Adam Wathan
4939f5960c
Remove prettierignore
2019-04-26 16:05:36 -04:00
Adam Wathan
b681519a8a
Merge branch 'patch-1' of git://github.com/kevinruscoe/tailwindcss into kevinruscoe-patch-1
2019-04-26 16:05:16 -04:00
Adam Wathan
c93fe6cbe9
Update test fixtures
2019-04-26 16:03:48 -04:00
Adam Wathan
4e28a2a4ca
Merge branch 'patch-1' of git://github.com/Log1x/tailwindcss into Log1x-patch-1
2019-04-26 16:02:33 -04:00
Adam Wathan
28c8250a56
Merge pull request #877 from tailwindcss/export-resolve-config
...
Make resolveConfig available in user land
2019-04-26 15:59:53 -04:00
Adam Wathan
b8a997d68b
Make resolveConfig available in user land
...
Adds a new `resolveConfig` file to the project root that can be imported as `tailwindcss/resolveConfig` and used to get a fully merged version of your custom config file.
Useful when you want access to your design tokens in JS.
2019-04-26 14:58:41 -04:00
Adam Wathan
d0e44dc361
Remove simple config comments
2019-04-26 12:26:15 -04:00
Adam Wathan
b5165acfdf
Merge pull request #875 from tailwindcss/widen-negative-value-support
...
Add support for negative prefixes in zIndex plugin
2019-04-26 09:17:13 -04:00
Adam Wathan
2104a4e006
Add support for negative prefixes in zIndex plugin
2019-04-26 08:57:55 -04:00
Adam Wathan
07f411a04a
Merge pull request #874 from tailwindcss/widen-negative-value-support
...
Remove 'className' from plugin API
2019-04-26 08:22:24 -04:00
Adam Wathan
0735e3d27e
Remove 'className' from plugin API
...
Certain plugins behave differently and the rules about `default` meaning "no suffix" are not universal (see the cursor plugin). The simplest thing to do right now is keep things as they are, which means only certain plugins respect the default option and only certain other plugins respect the negative prefix convention.
2019-04-26 08:19:23 -04:00
Adam Wathan
b29206cfff
Merge pull request #872 from tailwindcss/dependabot/npm_and_yarn/next/eslint-config-prettier-4.2.0
...
Bump eslint-config-prettier from 4.1.0 to 4.2.0
2019-04-26 08:07:35 -04:00
dependabot[bot]
66e1b1ed1a
Bump eslint-config-prettier from 4.1.0 to 4.2.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 4.1.0 to 4.2.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/v4.1.0...v4.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-26 06:31:26 +00:00
Adam Wathan
b9cc668f52
Merge pull request #867 from tailwindcss/widen-negative-value-support
...
Support negative values for inset
2019-04-25 08:15:25 -04:00
Adam Wathan
8fb2351463
Make second parameter to className optional
2019-04-25 07:59:47 -04:00
Adam Wathan
c6ae957aff
Support negative values for inset
2019-04-24 16:37:13 -04:00