[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-multi-column. Multi-column utilities for Tailwind CSS. www.npmjs.com/package/tailwindcss-multi-column
0

Configure Feed

Select the types of activity you want to include in your feed.

Allow users to define a default column-width

Nestor Vera (Aug 31, 2018, 6:37 PM +0200) 9b233f49 fde5e24c

+1 -1
+1 -1
index.js
··· 22 22 })) 23 23 24 24 widths = _.map(widths, (width, name) => ({ 25 - [`.${e(`col-w-${name}`)}`]: { 'column-width': width }, 25 + [`.${e(`col-w${getName(name)}`)}`]: { 'column-width': width }, 26 26 })) 27 27 28 28 const ruleColors = _.map(rules.colors, (color, name) => ({