X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=assets%2Fsass%2Fbourbon%2Fbourbon%2Fhelpers%2F_buttons-list.scss;fp=assets%2Fsass%2Fbourbon%2Fbourbon%2Fhelpers%2F_buttons-list.scss;h=2e845f762f0ca32cf9e53dfe9abe9d8c5543d83d;hb=2d3ca553a3d3345ec8ecdf0faedc6924cd0e2f5d;hp=0000000000000000000000000000000000000000;hpb=2ae9d02fd007f6d0bab6576f8f26d66570358605;p=theme-danix.xyz.git diff --git a/assets/sass/bourbon/bourbon/helpers/_buttons-list.scss b/assets/sass/bourbon/bourbon/helpers/_buttons-list.scss new file mode 100644 index 0000000..2e845f7 --- /dev/null +++ b/assets/sass/bourbon/bourbon/helpers/_buttons-list.scss @@ -0,0 +1,14 @@ +@charset "UTF-8"; + +/// A list of all HTML button elements. +/// +/// @type list +/// +/// @access private + +$_buttons-list: ( + "button", + "[type='button']", + "[type='reset']", + "[type='submit']", +);