Ruckus
10/19/2016, 2:18 PMunsafe
is a way to set a property to any value. The value passed in will still be processed for proper CSS representation (so you can, for example, pass in a color and it will render properly), so to bypass that you use raw
which basically says "render exactly this string".)