feat: documentation

This commit is contained in:
arashsheyda
2023-06-05 21:26:30 +03:00
parent 182b760404
commit 6ca94dc574
23 changed files with 6945 additions and 41 deletions

18
docs/tokens.config.ts Normal file
View File

@ -0,0 +1,18 @@
import { defineTheme } from 'pinceau'
export default defineTheme({
color: {
primary: {
50: '#e8f5e9',
100: '#c8e6c9',
200: '#a5d6a7',
300: '#81c784',
400: '#66bb6a',
500: '#10a74f',
600: '#10a74f',
700: '#388e3c',
800: '#2e7d32',
900: '#1b5e20',
},
},
})