added bourbon to the source files and included in the main scss
[theme-danix.xyz.git] / assets / sass / bourbon / bourbon / helpers / _buttons-list.scss
diff --git a/assets/sass/bourbon/bourbon/helpers/_buttons-list.scss b/assets/sass/bourbon/bourbon/helpers/_buttons-list.scss
new file mode 100644 (file)
index 0000000..2e845f7
--- /dev/null
@@ -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']",
+);