Skip to content

Commit

Permalink
styling..
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Aug 9, 2023
1 parent f5c9279 commit 08bac7e
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
module.exports = {
presets: [
require('./presets.js'),
],
content: [
'./resources/views/**/*.blade.php',
'./resources/views/**/**/*.blade.php',
'./resources/assets/js/components/**/*.vue',
'./resources/assets/js/**/*.vue',
'./resources/lang/**/*.php',
'./vendor/akaunting/laravel-menu/src/Presenters/Admin/Tailwind.php',
'./safelist.txt'
],
theme: {
extend: {
colors: {
'testing': '#935f07'
}
presets: [
require('./presets.js'),
],

content: [
'./resources/views/**/*.blade.php',
'./resources/views/**/**/*.blade.php',
'./resources/assets/js/components/**/*.vue',
'./resources/assets/js/**/*.vue',
'./resources/lang/**/*.php',
'./vendor/akaunting/laravel-menu/src/Presenters/Admin/Tailwind.php',
'./safelist.txt'
],

theme: {
extend: {
colors: {
'testing': '#935f07'
}
}
}
}
};
};

0 comments on commit 08bac7e

Please sign in to comment.