2114 Commits

Author SHA1 Message Date
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
Adam Wathan
310b848bbf
Merge pull request #761 from tailwindcss/list-utilities
Rework list utilities
2019-03-13 20:05:09 -04:00
Adam Wathan
4be5af28ff Unstyle lists by default 2019-03-13 19:45:23 -04:00
Adam Wathan
e13413153f Add list-inside and list-outside utilities 2019-03-13 19:45:23 -04:00
Adam Wathan
7178c43d2c Add list-disc and list-decimal by default 2019-03-13 19:44:35 -04:00
Adam Wathan
7b8ebc525e Make listStyleType customizable 2019-03-13 19:44:35 -04:00
Adam Wathan
137159aaa9 Rename list-reset to list-none, remove padding declaration 2019-03-13 19:44:35 -04:00
Adam Wathan
ce4da4eb10
Merge pull request #760 from tailwindcss/reset-link-styles
Make link styling opt-in instead of opt-out
2019-03-13 19:35:44 -04:00
Adam Wathan
fd3dc6e9c4
Merge pull request #759 from tailwindcss/sm-screen-640
Change sm screen to 640px
2019-03-13 19:35:30 -04:00
Adam Wathan
f4e9100799 Make link styling opt-in instead of opt-out 2019-03-13 13:26:19 -04:00
Adam Wathan
788ae98f34 Change sm screen to 640px 2019-03-13 13:04:04 -04:00