feat(nxdev): Set TailwindCSS colours extend for Nx (#5650)
This commit is contained in:
parent
84db07c60e
commit
9c1537ac14
@ -9,7 +9,7 @@ export function Index() {
|
||||
<div className="max-w-7xl mx-auto py-3 px-3 sm:px-6 lg:px-8">
|
||||
<div className="flex items-center justify-between flex-wrap">
|
||||
<div className="w-0 flex-1 flex items-center">
|
||||
<span className="flex p-2 rounded-lg bg-blue-800">
|
||||
<span className="flex p-2 rounded-lg bg-blue-nx">
|
||||
<svg
|
||||
className="h-6 w-6 text-white"
|
||||
fill="none"
|
||||
|
||||
@ -28,7 +28,13 @@ module.exports = {
|
||||
],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
colors: {
|
||||
blue: {
|
||||
nx: 'rgba(3, 47, 86, 1)',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
variants: {
|
||||
extend: {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user