fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2e845f762f0ca32cf9e53dfe9abe9d8c5543d83d
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2021
/
css
/
utils
/
bourbon
/
helpers
/
_buttons-list.scss
1
@charset "UTF-8";
2
3
/// A list of all HTML button elements.
4
///
5
/// @type list
6
///
7
/// @access private
8
9
$_buttons-list: (
10
"button",
11
"[type='button']",
12
"[type='reset']",
13
"[type='submit']",
14
);