2406 Commits

Author SHA1 Message Date
Adam Wathan
23ae352ccf
Merge pull request #1079 from tailwindcss/fix-hr-base-styles
Fix base styles for horizontal rules
2019-08-14 08:01:19 -04:00
Adam Wathan
84964c7744 Fix base styles for horizontal rules 2019-08-14 07:54:33 -04:00
Adam Wathan
db1bd5651b 1.1.1 v1.1.1 2019-08-09 16:12:09 -04:00
Adam Wathan
4974542686
Merge pull request #1071 from tailwindcss/fix-negate-auto-bug
Ignore values not parseable by reduce-css-calc
2019-08-09 16:11:12 -04:00
Adam Wathan
b91f0ef628 Ignore values not parseable by reduce-css-calc 2019-08-09 16:10:41 -04:00
Adam Wathan
f5fe5187f9 1.1.0 v1.1.0 2019-08-06 14:15:54 -04:00
Adam Wathan
beff138353
Merge pull request #1065 from tailwindcss/opacity-hover-focus
Enable hover and focus variants for opacity by default
2019-08-06 11:25:36 -04:00
Adam Wathan
91d969f7aa Enable hover and focus variants for opacity by default 2019-08-06 11:19:42 -04:00
Adam Wathan
4c0fb9162d
Merge pull request #1064 from tailwindcss/no-placeholder-opacity
Use hard-coded default placeholder color
2019-08-06 11:17:38 -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
057c6ff419
Merge pull request #1063 from tailwindcss/placeholder-utilities
Add placeholder color utilities
2019-08-06 10:36: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
2a462e7c64
Merge pull request #1062 from tailwindcss/config-path-object-syntax
Support passing config path via object
2019-08-06 07:18: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
Ari Seyhun
c3075d97fe Add support for negative css custom properties 2019-08-01 12:57:46 +09:30
Adam Wathan
7877ffab8a 1.0.6 2019-07-31 20:04:05 -04:00
Adam Wathan
312105a1b3 1.0.5 2019-07-31 20:03:57 -04:00
Adam Wathan
fdc4aca554
Merge pull request #1043 from tailwindcss/dependabot/npm_and_yarn/master/eslint-6.1.0
Bump eslint from 6.0.1 to 6.1.0
2019-07-31 19:57:50 -04:00
Adam Wathan
2b2c50979c
Merge pull request #1053 from tailwindcss/dont-generate-variants-for-nested-rules
Don't mutate nested rules when generating variants
2019-07-31 19:57:37 -04:00
Adam Wathan
660ea44db2 Don't mutate nested rules when generating variants 2019-07-28 10:46:59 -04:00
dependabot-preview[bot]
f5606f3e5f
Bump eslint from 6.0.1 to 6.1.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.0.1 to 6.1.0.
- [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/v6.0.1...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-22 07:42:39 +00:00
Adam Wathan
27a9cd9456
Merge pull request #1040 from tailwindcss/border-double
Add border-double
2019-07-20 15:51:04 -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
Adam Wathan
81b10be134 Fix conflicts 2019-07-20 11:22:09 -04:00
Adam Wathan
b11db0e06e
Merge pull request #1024 from tailwindcss/first-last-child-variants
Add first-child and last-child variants
2019-07-20 11:16:55 -04:00
Adam Wathan
78554a34d2 Rename first-child and last-child to first and last 2019-07-20 11:14:25 -04:00
Adam Wathan
d58945cd9e
Merge pull request #1039 from tailwindcss/dependabot/npm_and_yarn/master/lodash-4.17.15
Bump lodash from 4.17.13 to 4.17.15
2019-07-20 11:10:21 -04:00
Adam Wathan
15966d8a13
Merge pull request #1034 from tailwindcss/dependabot/npm_and_yarn/master/babel/preset-env-7.5.5
Bump @babel/preset-env from 7.5.4 to 7.5.5
2019-07-20 11:10:12 -04:00
dependabot-preview[bot]
8325132874
Bump lodash from 4.17.13 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-20 14:45:07 +00:00
dependabot-preview[bot]
354cb632eb
Bump @babel/preset-env from 7.5.4 to 7.5.5
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.5.4 to 7.5.5.
- [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.5.4...v7.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-20 14:44:46 +00:00
Adam Wathan
4a962d5db3
Merge pull request #1026 from ecrmnn/use-built-in-isArray
Replaces use of Lodash isArray with built-in Array.isArray
2019-07-20 10:44:28 -04:00
Adam Wathan
ca15def4a1
Merge pull request #1036 from tailwindcss/dependabot/npm_and_yarn/master/babel/node-7.5.5
Bump @babel/node from 7.5.0 to 7.5.5
2019-07-20 10:43:41 -04:00
Adam Wathan
c4684608aa
Merge pull request #1035 from tailwindcss/dependabot/npm_and_yarn/master/babel/cli-7.5.5
Bump @babel/cli from 7.5.0 to 7.5.5
2019-07-20 10:43:32 -04:00
Adam Wathan
19dd4560fb
Merge pull request #1033 from tailwindcss/dependabot/npm_and_yarn/master/babel/core-7.5.5
Bump @babel/core from 7.5.4 to 7.5.5
2019-07-20 10:43:19 -04:00
dependabot-preview[bot]
c5b636ea90
Bump @babel/node from 7.5.0 to 7.5.5
Bumps [@babel/node](https://github.com/babel/babel) from 7.5.0 to 7.5.5.
- [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.5.0...v7.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 18:21:17 +00:00
dependabot-preview[bot]
201a8977fa
Bump @babel/cli from 7.5.0 to 7.5.5
Bumps [@babel/cli](https://github.com/babel/babel) from 7.5.0 to 7.5.5.
- [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.5.0...v7.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 18:20:44 +00:00
dependabot-preview[bot]
8e59b4aea9
Bump @babel/core from 7.5.4 to 7.5.5
Bumps [@babel/core](https://github.com/babel/babel) from 7.5.4 to 7.5.5.
- [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.5.4...v7.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 18:19:59 +00:00
Cody
d4aac290ac add odd and even nth child pseudo selectors 2019-07-14 00:10:08 -05:00