Skip to content

Commit 6f13f1a

Browse files
author
Czarnetzki, Philipp
committed
Remove fallback key from fill; Bump to 2.0.2
1 parent b0bdf20 commit 6f13f1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = function () {
4646
'column-rule-color': buildConfig('columnRuleColor', 'borderColor'),
4747
'column-rule-width': buildConfig('columnRuleWidth', 'borderWidth'),
4848
'column-rule-style': buildConfig('columnRuleStyle'),
49-
'column-fill': buildConfig('columnFill', 'borderColor'),
49+
'column-fill': buildConfig('columnFill'),
5050
'column-span': buildConfig('columnSpan'),
5151
}
5252

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-multi-column",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Multi-Column utilities for Tailwind CSS.",
55
"keywords": [
66
"plugin",

0 commit comments

Comments
 (0)