1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/assets/css/bourbon/bourbon/helpers/_buttons-list.scss
2018-02-18 16:07:14 -05:00

16 lines
211 B
SCSS

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