CromwellCMS / Cromwell

WordPress-like CMS for Next.js websites

Home Page:https://cromwellcms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for tailwind css

lindamacdonald opened this issue · comments

tailwind is as lean as css comes

@lindamacdonald hi! Could you elaborate where do you need Tailwind support? If you are building a theme then you can use Tailwind as in usual Next.js app. The difference is that you need to move global css into cromwell.config.js

module.exports = {
    globalCss: [
        './src/styles/global.scss'
    ],
}

Perfect thanks a mil 🙂