Update configuration files

This commit is contained in:
@lukin 2021-11-21 18:50:00 +07:00
parent 69dc82067c
commit bf38ae69e9
3 changed files with 7 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules/

4
.prettierrc Normal file
View file

@ -0,0 +1,4 @@
{
"printWidth": 100,
"singleQuote": true
}

View file

@ -4,10 +4,9 @@ const colors = require('tailwindcss/colors');
* @type { import('@types/tailwindcss/tailwind-config').TailwindConfig }
*/
module.exports = {
darkMode: 'class',
darkMode: 'media',
plugins: [require('@tailwindcss/forms')],
purge: ['./theme/**/*.ftl'],
mode: 'jit',
theme: {
extend: {
colors: {