We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bdf20 commit 6f13f1aCopy full SHA for 6f13f1a
index.js
@@ -46,7 +46,7 @@ module.exports = function () {
46
'column-rule-color': buildConfig('columnRuleColor', 'borderColor'),
47
'column-rule-width': buildConfig('columnRuleWidth', 'borderWidth'),
48
'column-rule-style': buildConfig('columnRuleStyle'),
49
- 'column-fill': buildConfig('columnFill', 'borderColor'),
+ 'column-fill': buildConfig('columnFill'),
50
'column-span': buildConfig('columnSpan'),
51
}
52
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tailwindcss-multi-column",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "Multi-Column utilities for Tailwind CSS.",
5
"keywords": [
6
"plugin",
0 commit comments