Skip to main content
Glama

Nx MCP Server

Official
by nrwl
tailwind.config.js1.25 kB
/** @type {import('tailwindcss').Config} */ module.exports = { content: [ 'apps/generate-ui-v2/src/**/*.{html,js,ts}', 'libs/shared/ui-components/src/**/*.{html,js,ts}', ], theme: { extend: { colors: { background: 'var(--background-color)', foreground: 'var(--foreground-color)', mutedForeground: 'var(--muted-foreground-color)', primary: 'var(--primary-color)', error: 'var(--error-color)', fieldBackground: 'var(--field-background-color)', fieldBorder: 'var(--field-border-color)', focusBorder: 'var(--focus-border-color)', selectFieldBackground: 'var(--select-field-background-color)', activeSelectionBackground: 'var(--active-selection-background-color)', badgeBackground: 'var(--badge-background-color)', badgeForeground: 'var(--badge-foreground-color)', bannerWarning: 'var(--banner-warning-color)', bannerError: 'var(--banner-error-color)', bannerText: 'var(--banner-text-color)', separator: 'var(--separator-color)', fieldNavHoverBackground: 'var(--field-nav-hover-color)', }, }, }, plugins: [ require('@tailwindcss/forms')({ strategy: 'class', }), ], };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nrwl/nx-console'

If you have feedback or need assistance with the MCP directory API, please join our Discord server