VedaDom / login-page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login page

Login page built with tailwind css

Require Tailwind Css 2.2.16

npm install -D tailwindcss@latest postcss@latest autoprefixer@latest

Enable JIT Compiler

module.exports = {
    mode: 'jit',
    purge: {
        content : ['./templates/**/*.html'],
        safelist : []
    }
}

About

License:Other


Languages

Language:JavaScript 81.9%Language:HTML 17.7%Language:SCSS 0.3%