File "_buttons-list.scss"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/everest-forms/assets/css/bourbon/bourbon/helpers/_buttons-list.scss
File size: 198 bytes
MIME-type: text/plain
Charset: utf-8

@charset "UTF-8";

/// A list of all HTML button elements.
///
/// @type list
///
/// @access private

$_buttons-list: (
  "button",
  "[type='button']",
  "[type='reset']",
  "[type='submit']",
);