X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8a078a30db08afb680c48ce94d6e576236febeed..16c39b15d9a1516d9cbfa99288747260493cbb15:/src/wolnelektury/static/2021/css/utils/bourbon/helpers/_text-inputs-list.scss diff --git a/src/wolnelektury/static/2021/css/utils/bourbon/helpers/_text-inputs-list.scss b/src/wolnelektury/static/2021/css/utils/bourbon/helpers/_text-inputs-list.scss deleted file mode 100644 index 479326ad8..000000000 --- a/src/wolnelektury/static/2021/css/utils/bourbon/helpers/_text-inputs-list.scss +++ /dev/null @@ -1,26 +0,0 @@ -@charset "UTF-8"; - -/// A list of all _text-based_ HTML inputs. -/// -/// @type list -/// -/// @access private - -$_text-inputs-list: ( - "[type='color']", - "[type='date']", - "[type='datetime']", - "[type='datetime-local']", - "[type='email']", - "[type='month']", - "[type='number']", - "[type='password']", - "[type='search']", - "[type='tel']", - "[type='text']", - "[type='time']", - "[type='url']", - "[type='week']", - "input:not([type])", - "textarea", -);