520 Commits

Author SHA1 Message Date
Adam Wathan
a552eb185b Add gap-* utilities, remove default values for col-gap and row-gap 2019-12-27 07:45:43 -05:00
Adam Wathan
d882d8d4fc Add CSS grid utilities 2019-12-27 07:45:43 -05:00
Adam Wathan
ed0fff1d59 Rebuild fixtures 2019-12-25 13:54:10 -05:00
Cosmin Popovici
62f831a875 Update output test fixtures. 2019-12-25 13:54:10 -05:00
Geoff Selby
fe7098a3c0 Add Inter to sans font stack
As discussed in #1269 this PR adds Inter to the `sans` font stack while leaving the default font stack intact.

This does not automatically pull in the font files or the font-face rules. It is recommended that you use the Inter cdn for that.
2019-12-25 13:54:10 -05:00
Adam Wathan
b630d965f6 Support scaling x and y dimensions independently 2019-12-25 13:54:10 -05:00
Adam Wathan
872dcdc515 Update createUtilityPlugin to support generating multiple utilities for a single themeKey 2019-12-25 13:54:10 -05:00
Adam Wathan
9b78a02ccf Reset default transform variables every time .transform is applied 2019-12-25 13:54:10 -05:00
Adam Wathan
9fbbaff400 Add negative translate and percentage translate values 2019-12-25 13:54:09 -05:00
Adam Wathan
2ae6ee6c12 Update fixtures and code style 2019-12-25 13:54:09 -05:00
Adam Wathan
26337bc39f Add new plugin and plugin.withOptions functions for creating plugins 2019-12-20 10:53:27 -05:00
Adam Wathan
6343d1ec7c Apply configured prefix to the .group class for group-hover variants 2019-11-25 11:47:00 -05:00
Adam Wathan
163ab05d25
Merge pull request #1111 from hacknug/fix/box-sizing
Fix `box-sizing` for shadow-dom elements
2019-10-28 21:01:32 -04:00
Adam Wathan
311fc66410 Merge changes from 1.1.3 and fix conflicts 2019-10-22 13:04:46 -04:00
Adam Wathan
e3576242a4 Ensure all function properties receive config utils 2019-10-22 12:59:42 -04:00
Adam Wathan
2fa0d4e821 Fix style 2019-10-13 20:35:18 -04:00
Adam Wathan
5911bd704c Reverse extend array to guarantee correct precedence 2019-10-13 20:31:32 -04:00
Adam Wathan
872fe25259 Fix test 2019-10-13 20:29:07 -04:00
Adam Wathan
66ec10edda Add test to document plugin extend behavior 2019-10-13 13:49:23 -04:00
Adam Wathan
94a1d30809 Make handler optional in object plugins 2019-10-12 13:46:51 -04:00
Adam Wathan
53dff626a7 Fix style 2019-10-12 13:41:28 -04:00
Adam Wathan
6bd32ad595 Remove outdated test 2019-10-12 13:41:02 -04:00
Adam Wathan
65d45689ae Allow plugins to provide their own config object 2019-10-12 13:40:00 -04:00
Adam Wathan
33e5546e9b Fix style 2019-10-12 13:05:08 -04:00
Adam Wathan
4c25ca5ed6 Apply config modifications to default config, before resolving config 2019-10-12 13:05:08 -04:00
Adam Wathan
e130771c32 Allow plugins to modify the config 2019-10-12 13:04:02 -04:00
Adam Wathan
eb24d5067c Fix style 2019-10-12 12:53:32 -04:00
Adam Wathan
e7b831fc09 Allow resolving an arbitrary number of stacked config files 2019-10-12 10:24:01 -04:00
Nestor Vera
01a660a86b Update tests with new base styles 2019-09-06 14:10:24 +02:00
Alexander Lichter
c81422b79b feat: add justify-evenly util 2019-08-18 09:41:06 +02:00
Adam Wathan
84964c7744 Fix base styles for horizontal rules 2019-08-14 07:54:33 -04:00
Adam Wathan
b91f0ef628 Ignore values not parseable by reduce-css-calc 2019-08-09 16:10:41 -04:00
Adam Wathan
91d969f7aa Enable hover and focus variants for opacity by default 2019-08-06 11:19:42 -04:00
Adam Wathan
371d320eeb Use hard-coded default placeholder color
IE 11 doesn't support opacity properly on placeholders and causes the entire input to render with that opacity. This fixes that bug.
2019-08-06 11:09:47 -04:00
Adam Wathan
941aa9b429 Add default variants for placeholder color utilities 2019-08-06 10:09:42 -04:00
Adam Wathan
d2d081cba1 Add placeholder color utilities 2019-08-06 10:07:27 -04:00
Adam Wathan
8331d9fb24 Support applying non-prefixed class when using important scope 2019-08-06 08:23:47 -04:00
Adam Wathan
763ee71033 Ensure all selectors in a rule receive important scope 2019-08-06 08:14:16 -04:00
Adam Wathan
19c74b106a Merge branch 'add-prefix-selector-support' of git://github.com/pxwee5/tailwindcss into pxwee5-add-prefix-selector-support 2019-08-06 07:56:34 -04:00
Adam Wathan
5da23984a5
Merge pull request #992 from AlexVipond/prefixNegativeModifiers_for_boxShadow_and_letterSpacing_and_lineHeight
Support negative prefix syntax for boxShadow and letterSpacing
2019-08-06 07:54:19 -04:00
Adam Wathan
25b3aba7d7 Use reduce-css-calc to avoid inspecting value to negate 2019-08-06 07:42:38 -04:00
Adam Wathan
4695f536c7 Merge branch 'master' of git://github.com/Acidic9/tailwindcss into Acidic9-master 2019-08-06 07:33:49 -04:00
Adam Wathan
0bf8495b96 Support passing config object under config key 2019-08-02 08:31:46 -04:00
Adam Wathan
5cad3910fd Support passing empty object to signal 'use default config path' 2019-08-02 08:14:07 -04:00
Adam Wathan
649fb8f21e Support passing config path via object 2019-08-02 08:07:42 -04:00
Ari Seyhun
d3675ebd23 Add support for negative calc values 2019-08-01 13:32:10 +09:30
Ari Seyhun
03b73b135d Add test for negative custom properties 2019-08-01 13:16:11 +09:30
Adam Wathan
660ea44db2 Don't mutate nested rules when generating variants 2019-07-28 10:46:59 -04:00
Adam Wathan
11b7933f30 Add border-double 2019-07-20 15:47:57 -04:00
Adam Wathan
604d921a85 Clean up test indentation 2019-07-20 11:24:03 -04:00