Probe der Anpassungen von Tailwind-Css in der index.css
This commit is contained in:
parent
39d001eed7
commit
6d63f532a8
|
|
@ -55,6 +55,9 @@ function App() {
|
||||||
</select>
|
</select>
|
||||||
<Dynamic component={options[selected()]} />
|
<Dynamic component={options[selected()]} />
|
||||||
<FooComponent text="props test"/>
|
<FooComponent text="props test"/>
|
||||||
|
<div class="shadow-lg bg-twitter-blue text-center">
|
||||||
|
red background
|
||||||
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,3 +13,8 @@ code {
|
||||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
||||||
monospace;
|
monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@theme {
|
||||||
|
--color-twitter-blue: #1DA1F2
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue