Vladimir Nikolic

Results 18 comments of Vladimir Nikolic

Amazing package, and support a feature request for Nova package!

> Yes, it's but this is possible since quite old at the moment. Luckily, revamp is coming soon. I will drop an update here by Monday. That Monday passed a...

> I'm considering adding the devtools to more browsers after 6.0 is released. Have you finish consideration? :) Its almost a year :)

> Testing right now. I'll keep using it. I was using chrome just for development because of the lack of support. same here

@kidaww Here, i need to reenable Allow Unsigned Extensions everytime i turn off safari

Thanks @dtparks . Second idea i like more. Will see where it will lead me :) Thanks :)

@nelsynelz here is how i implemented it: In my tailwind.config.js at top of file: ``` const defaultTheme = require('tailwindcss/defaultTheme'); ``` Later bellow in file, i am extending theme: ``` theme:...

@adamwathan thanks for quick reply. I have read documentation. I do have a full class name- please look here: ``` hover:{{ $category['bottomBorderColor'] }} ``` ```// value is category['bottomBorderColor'] => 'border-a4a-equipment-red',...

@adamwathan thank you very much. This solved it and now everything works. Thank you! I have learned from this.

In .env file APP_ENV was set to 'dev', changing to 'local' solved it. THanks :)