mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 23:02:05 -04:00
* feat(ui-components): create Link component * refactor(ui-components): replace color tokens
13 lines
259 B
CSS
13 lines
259 B
CSS
@tailwind base;
|
|
|
|
@layer base {
|
|
/* Override Tailwind's default `text-decoration` rule. */
|
|
/* https://github.com/tailwindlabs/tailwindcss/blob/master/src/css/preflight.css#L85 */
|
|
a {
|
|
@apply underline;
|
|
}
|
|
}
|
|
|
|
@tailwind components;
|
|
@tailwind utilities;
|