mirror of
https://github.com/lukin/keywind.git
synced 2025-01-27 01:36:25 +00:00
Update configuration files
This commit is contained in:
parent
69dc82067c
commit
bf38ae69e9
3 changed files with 7 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
|
4
.prettierrc
Normal file
4
.prettierrc
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"printWidth": 100,
|
||||||
|
"singleQuote": true
|
||||||
|
}
|
|
@ -4,10 +4,9 @@ const colors = require('tailwindcss/colors');
|
||||||
* @type { import('@types/tailwindcss/tailwind-config').TailwindConfig }
|
* @type { import('@types/tailwindcss/tailwind-config').TailwindConfig }
|
||||||
*/
|
*/
|
||||||
module.exports = {
|
module.exports = {
|
||||||
darkMode: 'class',
|
darkMode: 'media',
|
||||||
plugins: [require('@tailwindcss/forms')],
|
plugins: [require('@tailwindcss/forms')],
|
||||||
purge: ['./theme/**/*.ftl'],
|
purge: ['./theme/**/*.ftl'],
|
||||||
mode: 'jit',
|
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
|
|
Loading…
Reference in a new issue