/* Default Styles One of the main reason of the existence of Rapido is because I wanted to separate pure framework code form styling. Every component refer to a silent class from `_default-style.scss`. These are all the classes available by default, others can be added or removed based on what component you want to enable or disable. Styleguide 32 */ @if $default-styles { /* Titles %h1 # For

%h2 # For

%h3 # For

%h4 # For

%h5 # For

%h6 # For
Styleguide 32.1 */ %h1 {} %h2 {} %h3 {} %h4 {} %h5 {} %h6 {} /* Inputs and Selects %form__label # For the