How to expand inline rolls automatically and hide dice total in chat log?

Author: Spacemandev
Message:

Some way to roll 3d6 so it shows 3 invidual dice rather than the roll total as the chat message template

Author: Spacemandev
Message:

cswendrowski linked to Foundry thread with image that described two CSS rules:

.dice-tooltip {display:block !important}
.part-formula {display:none !important}

Author: Toon324
Message:

you’re writing your own system, so you would just include that css in your system’s css

Author: Spacemandev
Message:

i want it in the system, so if i just write them in my css file they’ll over write the system one automatically?

Author: DJ
Message:

!important takes precedence over anything but another !important