mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-23 11:37:48 +01:00
format
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import starlightPlugin from "@astrojs/starlight-tailwind";
|
||||
import colors from "tailwindcss/colors";
|
||||
|
||||
const yellow = colors.yellow
|
||||
const gray = colors.gray
|
||||
const yellow = colors.yellow;
|
||||
const gray = colors.gray;
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
@@ -10,7 +10,8 @@ export default {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
accent: yellow, gray
|
||||
accent: yellow,
|
||||
gray,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user