Spacing Classes
.mt-0 { margin-top: 0rem !important } .mt-1 { margin-top: .5rem !important } .mt-2 { margin-top: 1rem !important } .mt-3 { margin-top: 1.5rem !important } .mt-4 { margin-top: 2rem !important }…
Riode Hooks: Actions and Filters
Actions and Filters are provided by WordPress to allow your plugin to ‘hook into’ the rest of WordPress; the same concept is used by Riode to allow hooking into Riode specific…
Helper Classes
/* ------------------------------------------- Helper ---------------------------------------------- */ // Width, Height, Position .w-auto { width: auto !important; } .w-25 { width: 25% !important; } .w-50 { width: 50% !important; } .w-75 { width:…