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 fde5e24 commit 9b233f4Copy full SHA for 9b233f4
index.js
@@ -22,7 +22,7 @@ module.exports = function (options = {}) {
22
}))
23
24
widths = _.map(widths, (width, name) => ({
25
- [`.${e(`col-w-${name}`)}`]: { 'column-width': width },
+ [`.${e(`col-w${getName(name)}`)}`]: { 'column-width': width },
26
27
28
const ruleColors = _.map(rules.colors, (color, name) => ({
0 commit comments