Skip to content

Commit 45f7a1f

Browse files
authored
Merge pull request #5906 from dfsmania/fix_floating_labels_for_firefox
Fix floating labels with firefox
2 parents 0e355a5 + 8deb18b commit 45f7a1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.browserslistrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ not Explorer <= 11
1414
not ie 11
1515
not android 4.4.3
1616
not ios_saf < 15.4
17+
not kaios <= 2.5 # fix floating label issues in Firefox (see https://github.com/postcss/autoprefixer/issues/1533)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"compile": "npm-run-all css js assets copy-assets docs-compile docs-format flatten-build",
3737
"production": "npm-run-all clean lint compile bundlewatch",
3838
"watch": "concurrently \"npm:watch-*\"",
39-
"watch-css-main": "nodemon --watch src/scss/ --ext scss --exec \"npm-run-all css-lint css-compile copy-assets\"",
39+
"watch-css-main": "nodemon --watch src/scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix copy-assets\"",
4040
"watch-css-dist": "nodemon --watch dist/css/ --ext css --ignore \"dist/css/*.rtl.*\" --exec \"npm run css-rtl\"",
4141
"watch-js-main": "nodemon --watch src/ts/ --ext ts --exec \"npm-run-all js-lint js-compile copy-assets\"",
4242
"watch-assets": "nodemon --watch src/assets/ --exec \"npm run assets\""

0 commit comments

Comments
 (0)