mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 05:32:08 +00:00
10 lines
107 B
CSS
10 lines
107 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
/* custom classes */
|
|
|
|
body {
|
|
color: white;
|
|
}
|