tailwindcss/docs/config.php
2017-08-18 14:44:08 -04:00

9 lines
189 B
PHP

<?php
return [
'baseUrl' => '',
'production' => false,
'collections' => [],
'colors' => ['red', 'orange', 'yellow', 'green', 'teal', 'blue', 'indigo', 'purple', 'pink']
];