site-sdf/sass/bourbon/bourbon/helpers/_buttons-list.scss

15 lines
198 B
SCSS

@charset "UTF-8";
/// A list of all HTML button elements.
///
/// @type list
///
/// @access private
$_buttons-list: (
"button",
"[type='button']",
"[type='reset']",
"[type='submit']",
);