-
Hello, Firstly can I say you've done a great job with the dashboard. Easy to install, understand and create new tiles. This isn't really an issue but some help please as the instructions are little unclear. I am however currently struggling with how I would update the css that is within the Spatie vendor package. I am wanting to add another font size to the css. I thought i could add it to the Spatie tailwind.config.js as i'd like it across the whole of the dashboard. I then can't work out how to update the dashboard.min.css file which is produced. Apolgoie if this is an easy answer but i would appreicate some direction. I'm also unsure as to how i would add extra css using Dashboard::stylesheet($urlToStyleSheet); where do I put this line as in the documentation it says Spatie\Dashboard\Facades\Dashboard but i have tried that and nothing is happening? Really appreciate your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi @benlunt, Make sure you have everything installed by running As for your second question, I'd like to ping @freekmurze for some backend insight! |
Beta Was this translation helpful? Give feedback.
Hi @benlunt,
Make sure you have everything installed by running
npm install
oryarn install
, depending on which package manager you prefer.You can then run
yarn run build
ornpm run build
to generate a newdashboard.min.css
.As for your second question, I'd like to ping @freekmurze for some backend insight!