Skip to content

A scale on the container and not on the content of a card when hovering.

License

Notifications You must be signed in to change notification settings

Tailus-UI/container-scaler

Repository files navigation

How to scale only the container not the content

A scale on the container and not on the content of a card when hovering.

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

A scale on the container and not on the content of a card when hovering.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published