2124 Commits

Author SHA1 Message Date
Adam Wathan
aee1e44431 Fix code style 2019-03-18 11:42:56 -04:00
Adam Wathan
509b698bfc Simplify resolveConfig slightly, try to catch more in tests 2019-03-18 11:21:32 -04:00
Adam Wathan
a4e896ecac
Merge pull request #775 from CvX/lazy-extend
Lazily evaluate values in the extend section
2019-03-18 10:17:08 -04:00
Adam Wathan
cf6d847b2b
Merge pull request #779 from tailwindcss/dependabot/npm_and_yarn/next/eslint-5.15.2
Bump eslint from 5.15.1 to 5.15.2
2019-03-18 10:00:19 -04:00
Adam Wathan
9ace7deef2 Update tests 2019-03-18 09:59:20 -04:00
安正超
9bf413933c
Fix default border color. 2019-03-18 16:23:43 +08:00
dependabot[bot]
738985f507
Bump eslint from 5.15.1 to 5.15.2
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.1 to 5.15.2.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.15.1...v5.15.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-18 05:35:51 +00:00
Jarek Radosz
62972a7693 Lazily evaluate values in the extend section
In a way this combines PRs #655 and #774.
2019-03-17 05:31:35 +01:00
Adam Wathan
e979ec44a8 1.0.0-beta.2 v1.0.0-beta.2 2019-03-16 19:39:43 -04:00
Adam Wathan
c5c9a7a873
Merge pull request #774 from tailwindcss/theme-closure-function
Make `theme` a function instead of an object when passed to config closures
2019-03-16 16:44:45 -04:00
Adam Wathan
da10af26eb Update defaultConfig to use theme function 2019-03-16 16:28:39 -04:00
Adam Wathan
fcd0f364db Pass theme to closures as function instead of object 2019-03-16 16:22:31 -04:00
Adam Wathan
8699f39ce1
Merge pull request #773 from tailwindcss/test-screen
Fix @screen not working, add simple test
2019-03-16 15:02:30 -04:00
Adam Wathan
048bd040b7 Fix @screen not working, add simple test 2019-03-16 14:19:22 -04:00
Adam Wathan
41d1c29d62 1.0.0-beta.1 v1.0.0-beta.1 2019-03-15 11:52:42 -04:00
Adam Wathan
7418076cd7 1.0.0-beta.0 2019-03-15 11:46:28 -04:00
Adam Wathan
90f15f92d8 Add index.html to .npmignore 2019-03-15 11:44:26 -04:00
Adam Wathan
b1a8f27b0a
Merge pull request #769 from tailwindcss/make-replaced-elements-block
Make replaced elements block by default, preserve aspect ratio
2019-03-15 11:30:42 -04:00
Adam Wathan
426a549e50 Update shadow-outline to be based on new blue 2019-03-15 11:13:46 -04:00
Adam Wathan
6fddfa068b
Merge pull request #766 from MattStypa/next-cli
Updated CLI init command
2019-03-15 10:42:18 -04:00
Adam Wathan
0bbf942897 Make replaced elements block by default, preserve aspect ratio 2019-03-15 10:25:48 -04:00
mattstypa
6d65dfb058 Removed no-comments option from init command 2019-03-15 09:15:16 -05:00
mattstypa
71b11a667a Updating the stub 2019-03-15 09:05:06 -05:00
mattstypa
de6110f258 Merge branch 'next' into next-cli
# Conflicts:
#	defaultConfig.stub.js
2019-03-15 09:02:47 -05:00
Adam Wathan
377c9258e1
Merge pull request #768 from tailwindcss/split-word-break-plugin
Split wordBreak plugin from whitespace plugin
2019-03-15 09:34:54 -04:00
Matt Stypa
6c461706c6 Moved constants and used it for hardcoded paths 2019-03-15 07:08:34 -05:00
Adam Wathan
4f20e968c1 Split wordBreak plugin from whitespace plugin 2019-03-15 07:54:28 -04:00
Adam Wathan
b59944f770
Merge pull request #767 from tailwindcss/dependabot/npm_and_yarn/next/autoprefixer-9.5.0
Bump autoprefixer from 9.4.10 to 9.5.0
2019-03-15 07:48:39 -04:00
dependabot[bot]
c574e20a28
Bump autoprefixer from 9.4.10 to 9.5.0
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.4.10 to 9.5.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.4.10...9.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-15 05:16:50 +00:00
Matt Stypa
7ec4b11d73 Ripped out the code no longer needed 2019-03-14 20:24:31 -05:00
Matt Stypa
e0cad52c57 Added a file that was removed during merge 2019-03-14 18:09:42 -05:00
Matt Stypa
9e4f54a17f Merging in changes from upstream 2019-03-14 18:07:29 -05:00
Matt Stypa
99d087a063 Test suit will now pass before babelification 2019-03-14 17:51:33 -05:00
Matt Stypa
9e835e4546 Fixed failing tests and added additional coverage 2019-03-14 16:51:36 -05:00
mattstypa
92b3b0c0a1 Updated CLI init commend 2019-03-14 15:51:21 -05:00
Adam Wathan
8fa379a995 Remove super old deprecation error 2019-03-14 15:20:06 -04:00
Adam Wathan
f3db5f1a47
Merge pull request #765 from tailwindcss/make-container-core
Make container plugin a core plugin, configured in theme
2019-03-14 15:16:39 -04:00
Adam Wathan
fefc53b88b Reintroduce ability for screens to be passed explicitly 2019-03-14 14:54:20 -04:00
Adam Wathan
c6449f8fa8 Make container plugin a core plugin, configured in theme 2019-03-14 14:36:28 -04:00
Adam Wathan
49d852cbd7
Merge pull request #764 from tailwindcss/rename-pin-to-inset
Rename pin utilities to top/right/bottom/left/inset and make customizable
2019-03-14 14:26:26 -04:00
Adam Wathan
33bfb8793f Make inset utilities customizable 2019-03-14 12:35:37 -04:00
Adam Wathan
1940e31b12 Rename pin utilities to top/right/bottom/left/inset 2019-03-14 12:23:51 -04:00
Adam Wathan
eba4600c01 Split pin utilities into inset plugin 2019-03-14 12:19:14 -04:00
Adam Wathan
8694b07ff6
Merge pull request #763 from tailwindcss/simplify-word-break
Combine wrap-normal and break-normal, rename wrap-break to break-words
2019-03-14 09:09:26 -04:00
Adam Wathan
9d9ceca5e4 Combine wrap-normal and break-normal, rename wrap-break to break-words
This preserves backwards compatibility with Tailwind 0.x and provides some useful normalization on top of these two funky ass properties.
2019-03-14 08:41:12 -04:00
Adam Wathan
adda3e6df9
Merge pull request #737 from tailwindcss/rough-new-colors
Replace 0.x colors with rough draft of 1.0 colors
2019-03-13 21:14:24 -04:00
Adam Wathan
364d87163a Fix rebase mistake 2019-03-13 21:09:17 -04:00
Adam Wathan
aeaf5ab93c Update colors 2019-03-13 21:07:59 -04:00
Adam Wathan
1a6193e22f Rename grey to gray 🇺🇸 2019-03-13 21:06:46 -04:00
Adam Wathan
beb83de208 Replace 0.x colors with rough draft of 1.0 colors
These will 100% change, but the names are at least correct, and the colors are probably ~close. Hoping to finish fine-tuning these by the end of the week.
2019-03-13 21:06:46 -04:00