From a59107feb74aec3745ca586233b833df4450edbf Mon Sep 17 00:00:00 2001 From: Adam Lynch Date: Fri, 24 Aug 2012 12:57:15 +0300 Subject: [PATCH] Elaborated on placeholder bundling issue The placeholder text is styled using a mixin. There's a comment saying this is so because it can't be bundled together but we ~"don't know why". It now states the reason --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forms.less b/less/forms.less index 77b5135a4040..6fe0383ef9fe 100644 --- a/less/forms.less +++ b/less/forms.less @@ -209,7 +209,7 @@ input[type="checkbox"]:focus { // Placeholder // ------------------------- -// Placeholder text gets special styles; can't be bundled together though for some reason +// Placeholder text gets special styles; can't be bundled together because when a browser doesn’t understand a selector, it invalidates the entire line of selectors (except IE 7) input, textarea { .placeholder();