npm install @ape-egg/tailwind-rows-columns
import tailwindRowsColumns from '@ape-egg/tailwind-rows-columns';
export default {
content: ['./src/**/*.{html,js,tsx,ts}'],
theme: {
extend: {}
},
plugins: [tailwindRowsColumns]
};
I hope you enjoyed it—or even learnt a thing or two here.
As a frontend developer it's easy to get zoomed in on the specific task at hand while trying figuring
out the correct combination of CSS properties to get something to look the way you want. After all this
is the
.
Working with rows and columns does take away some of that spontainous creativity. But as we know, the
layout is just a tiny fraction of what goes into building an entire website.