UNPKG

@zeytal/grid

Version:

Small layout grid utility. Align everything perfectly. Simplify your responsive design coding process without sacrificing effectiveness. Hit G on your keyboard to toggle your grid on and off.

13 lines (10 loc) 269 B
// https://tailwindcss.com/docs/using-with-preprocessors#nesting /** @type {import('postcss-load-config').Config} */ const config = { plugins: { "tailwindcss/nesting": "postcss-nesting", tailwindcss: {}, autoprefixer: {}, }, }; export default config;