We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b30c0 commit 52c3e0fCopy full SHA for 52c3e0f
βtrends/tailwindcss/TextAdventureGame/src/style/index.cssβ
@@ -4,7 +4,11 @@
4
/* κ²°λ‘ @import,@applyλ¬Έμ μ¬μ©νλ €λ©΄ index.cssμμ 컀μ€ν νκ³ μ¬μ©νλ κ²μ μΆμ²*/
5
/* postcss-importκ° μ μ μ©μ΄ μλλμ§ μ΄ν΄ λΆκ°. */
6
/* @import "./another.css"; */
7
-
+@layer base {
8
+ body {
9
+ @apply bg-primary text-white; /* μ¬κΈ°μ μνλ λμμΈ μμ€ν μμμ μ μ© */
10
+ }
11
+}
12
.test-padding {
13
@apply p-[30px];
14
}
βtrends/tailwindcss/tailwind.config.jsβ
@@ -5,6 +5,9 @@ module.exports = {
],
theme: {
extend: {
+ backgroundColor: {
+ 'body-color': '#f3f4f6', // μνλ μμ κ°
+ },
spacing: {
'padding-01': '18rem',
'padding-02': '21rem',
0 commit comments