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="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="flex items-center justify-between flex-wrap">
|
||||||
<div className="w-0 flex-1 flex items-center">
|
<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
|
<svg
|
||||||
className="h-6 w-6 text-white"
|
className="h-6 w-6 text-white"
|
||||||
fill="none"
|
fill="none"
|
||||||
|
|||||||
@ -28,7 +28,13 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
darkMode: false, // or 'media' or 'class'
|
darkMode: false, // or 'media' or 'class'
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {
|
||||||
|
colors: {
|
||||||
|
blue: {
|
||||||
|
nx: 'rgba(3, 47, 86, 1)',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
extend: {},
|
extend: {},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user