mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
16 lines
211 B
SCSS
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']",
|
|
);
|