/* * @copyright Copyright (C) 2010-2023 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ //========================================================================== // Here are the rules that make standard HTML tags fallback to the theme // styles so then can be displayed correctly even if they don't have any // CSS classes // // Be very specific about what each piece of code is doing // ========================================================================== // Rules: // --------------- // 1. If it’s a hack, it goes in _shame.scss not here. // 2. See rule #1 fieldset { @extend .ibo-fieldset; } legend { @extend .ibo-fieldset-legend; } textarea { @extend .ibo-input-text; }