This repository has been archived on 2025-10-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
talking-drupal-tailwindcss/assets/css/tailwind.css
2022-06-08 10:41:02 +01:00

18 lines
277 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
h1:after,
h1:before {
@apply text-3xl leading-[0] italic sm:text-5xl md:text-3xl lg:text-4xl xl:text-5xl;
}
h1:after {
content: "”";
}
h1:before {
content: "“";
}
}