This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
rebuilding-symfony/assets/css/tailwind.pcss
2024-08-02 22:41:49 +01:00

41 lines
431 B
Plaintext

@tailwind base;
a {
@apply text-lg
}
a:hover,
a:focus {
@apply underline
}
@tailwind components;
.nav-item {
@apply flex text-gray-900 text-xs;
@screen lg {
@apply text-sm
}
@screen dark {
@apply text-gray-200
}
}
@tailwind utilities;
@responsive {
.filter-contrast-1 {
filter: contrast(1%)
}
.filter-invert-100 {
filter: invert(100%)
}
}
.with-arrow:after {
content: "\A0\2192"
}