Implement PSR3 and PHP Monolog (#19)
* feat: install monolog composer lib * feat: implement psr3 and monolog * feat: display logs in frontend * fix: tests * build: update cicd to run tests for PR * build: add phpcs to cicd * refactor: fix phpcs problems
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
@layer theme, base, components, utilities;
|
||||
@import "tailwindcss/theme.css" layer(theme) prefix(tw);
|
||||
@import "tailwindcss/utilities.css" layer(utilities) prefix(tw);
|
||||
@plugin "daisyui" {
|
||||
prefix: 'd-'
|
||||
}
|
||||
|
||||
@layer components {
|
||||
.tw\:d-toggle {
|
||||
@@ -24,7 +21,6 @@ html {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
||||
.p-toast .p-toast-message-success {
|
||||
color: #3c763d;
|
||||
background-color: #dff0d8;
|
||||
|
||||
Reference in New Issue
Block a user