Paul Morel

Results 2 issues of Paul Morel

Any support planned for Kirby 3?

Consider these options ```js module.exports = { // ... plugins: [ require('tailwindcss-grid')({ grids: ['2','3','12'] }) ] ``` And this snippet from `index.js` ```js ..._.range(1, _.max(grids) + 1).map(span => ({ [`.col-span-${span}`]:...