diff options
| author | Chris Rebert <[email protected]> | 2016-01-23 03:06:20 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-23 03:06:21 -0800 |
| commit | 7e2e31e9646c16bcdc449e8f8382a616e3e01a6d (patch) | |
| tree | 2ee7ce37ba5a6012475400b9b05d4107f0639b0f | |
| parent | bc4d5d1ab9d27397c19e59184b111dc642093390 (diff) | |
| download | bootstrap-7e2e31e9646c16bcdc449e8f8382a616e3e01a6d.tar.xz bootstrap-7e2e31e9646c16bcdc449e8f8382a616e3e01a6d.zip | |
scss/_forms.scss: Remove now-unnecessary SCSS-Lint exemption
[skip sauce]
| -rw-r--r-- | scss/_forms.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 6de81fcf8..aa87bd51a 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -92,8 +92,6 @@ // // Note that as of 8.3, iOS doesn't support `week`. -// SCSS-Lint exemption until https://github.com/brigade/scss-lint/pull/672 gets merged -// scss-lint:disable PseudoElement _::-webkit-full-page-media, // Hack to make this CSS be Safari-only; see http://browserbu.gs/css-hacks/webkit-full-page-media/ input[type="date"], input[type="time"], @@ -113,7 +111,6 @@ input[type="month"] { line-height: $input-height-lg; } } -// scss-lint:enable PseudoElement // Static form control text |
