From a710a9a8e43477eb07951c1a054673d766ce58c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C3=ABl=20GUILLOUX?= Date: Tue, 16 May 2023 11:10:18 +0200 Subject: [PATCH] chore(clean): clean comments --- .starters/default/tokens.config.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.starters/default/tokens.config.ts b/.starters/default/tokens.config.ts index 384c27201..b80da0a33 100644 --- a/.starters/default/tokens.config.ts +++ b/.starters/default/tokens.config.ts @@ -1,9 +1,4 @@ import { defineTheme } from 'pinceau' export default defineTheme({ - // Defaults from: - // 1. https://github.com/nuxt-themes/tokens - // 2. https://github.com/nuxt-themes/typography/blob/main/tokens.config.ts - // 3. https://github.com/nuxt-themes/elements/blob/main/tokens.config.ts - // 4. https://github.com/nuxt-themes/docus/blob/main/tokens.config.ts })