1754 Commits

Author SHA1 Message Date
Geoff Selby
64cea138ee Add disabled variant
This commit adds a `disabled` variant to the Tailwind core. Not sure if/where this would be used by default.
2019-03-07 22:37:44 -06:00
Adam Wathan
a7a95b15c8 Escape tracking class names 2019-03-01 09:06:58 -05:00
Adam Wathan
bf475d5b7f
Merge pull request #678 from tailwindcss/pass-postcss-to-plugins
Pass postcss to plugins directly
2019-02-22 10:05:01 -05:00
Adam Wathan
10aa36533f Pass postcss to plugins explicitly 2019-02-22 09:50:36 -05:00
Adam Wathan
48b72304cb
Merge pull request #640 from MattStypa/build_refactor
CLI build process improvements
2019-02-21 15:08:12 -05:00
Adam Wathan
3bea3a1a0d
Merge pull request #657 from tailwindcss/customize-default-variant-placement
Allow users to customize default variant placement
2019-02-15 13:28:43 -05:00
Adam Wathan
c0ec2c5fbe Allow users to customize default variant placement 2019-02-15 10:52:01 -05:00
Adam Wathan
42fcc06f03 Switch Slack to Discord in README 2019-02-14 08:51:33 -05:00
Adam Wathan
f83ad51382 Update dependencies 2019-02-08 11:19:04 -05:00
Adam Wathan
0de9df3de9 Use correct variant config for backgroundSize plugin 2019-02-07 09:12:24 -05:00
Adam Wathan
407d84994d Merge branch 'benface-issue/608' 2019-02-07 09:10:37 -05:00
Adam Wathan
f69e02cf2f Fix conflicts 2019-02-07 09:10:20 -05:00
Adam Wathan
8aabccb8d4 Fix code style 2019-02-06 14:29:05 -05:00
Adam Wathan
c2118be312
Merge pull request #648 from tailwindcss/responsive-nested-at-rules
Properly handle deeply nested at-rules inside of `@responsive`
2019-02-06 14:27:50 -05:00
Adam Wathan
b544febfcb Use root instead of array to unify code paths 2019-02-06 14:23:38 -05:00
Adam Wathan
faf2be163f Add failing test for using @responsive with deeply nested at-rules 2019-02-06 13:56:58 -05:00
Adam Wathan
a38f15fb35
Merge pull request #642 from justinanastos/fix/641/resposive-nested-atrules
Adding responsive variants for custom variants with atRules does not work as exepcted
2019-02-06 07:57:47 -05:00
Justin Anastos
40bb6c619d Add nested atRule support to substituteResponsiveAtRules 2019-02-05 10:15:59 -05:00
Justin Anastos
3785a9cda6 Add test for nested atRules in responsiveAtRule 2019-02-05 10:15:59 -05:00
Matt Stypa
84a571235c Refactored the CLI build process to use configuration object instead of many arguments. 2019-02-04 21:42:27 -06:00
Adam Wathan
8b1b797b9f
Merge pull request #636 from tailwindcss/test-important
Add sanity test for `important` option
2019-02-01 12:31:50 -05:00
Adam Wathan
c1572aebd9 Fix style 2019-02-01 12:31:34 -05:00
Adam Wathan
6dfa4e848a Re-enable autoprefixer in build 2019-02-01 12:27:49 -05:00
Adam Wathan
269b244b8d Add sanity test for enabling important option 2019-02-01 12:26:34 -05:00
Adam Wathan
df507aba24
Merge pull request #633 from tailwindcss/fix-cli-tests
Return expectation promise in CLI test cases
2019-01-31 20:14:22 -05:00
Adam Wathan
d2faab515b Return expectation promise in CLI test cases 2019-01-31 20:12:13 -05:00
Adam Wathan
d9b675eb78 Removed unused references to experiments 2019-01-18 09:28:27 -05:00
Adam Wathan
e6f4b416f0
Merge pull request #620 from tailwindcss/modules-as-plugins
Convert built-in utility modules to private plugins
2019-01-14 20:55:31 -05:00
Adam Wathan
e120f59ed4 Simplify defaultPlugins module 2019-01-14 19:24:51 -05:00
Adam Wathan
057b4ea767 More dead code discovered and deleted 2019-01-14 15:43:12 -05:00
Adam Wathan
adc5d2597c Remove unnecessary parameter 2019-01-14 15:43:12 -05:00
Adam Wathan
b948c25499 Delete possibly last remnants of dead code 2019-01-14 15:43:12 -05:00
Adam Wathan
d255978d03 Delete even more dead code 2019-01-14 15:43:12 -05:00
Adam Wathan
fe1b30b2d2 Remove prefixTree, update relevant tests 2019-01-14 15:43:12 -05:00
Adam Wathan
ca524ef7c2 Remove more dead code 2019-01-14 15:43:12 -05:00
Adam Wathan
20588c9ea7 Remove unused code 2019-01-14 15:43:12 -05:00
Adam Wathan
060d23439d Remove code obsoleted by upgrading PostCSS 2019-01-14 15:43:12 -05:00
Adam Wathan
f01d79f76b Add a comment to explain performance optimization 2019-01-14 15:43:12 -05:00
Adam Wathan
5ade923fa4 Fix tests and lint warnings 2019-01-14 15:43:12 -05:00
Adam Wathan
eeb42cd6bb Provide our own rawCache to avoid performance issues 2019-01-14 15:43:12 -05:00
Adam Wathan
0d333f2241 Port lists module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
a0de7e0963 Port appearance module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
a6e96c8919 Port backgroundAttachment module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
c39ed44c13 Port backgroundColors module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
0cd679b4ff Port backgroundPosition module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
6112b3e345 Port backgroundRepeat module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
5a372877a6 Port backgroundSize module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
96439a33e6 Port borderCollapse module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
4715bda134 Port borderColors module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
2a0b64fa14 Port borderRadius module to plugin 2019-01-14 15:43:12 -05:00