DEV Community

Discussion on: September 24th, 2020: What did you learn this week?

Collapse
 
mellen profile image
Matt Ellen • Edited

I learnt that multiple exclamation marks are allowed for visual representations of alarms on medical devices (IEC 60601-1-8, section 6.3.2.2.2), so I've added this to the css:

.alarmed::after
{
  content: "!!!";
}

My first use of ::after.

Collapse
 
nickytonline profile image
Nick Taylor

TIL!

Today I learned