How can I write "input:not([type="submit"])" using LESS? I think the CSS syntax does not work with IE, is there a LESS command that does?
How can I write input:not([type=submit]) using LESS? I think the CSS syntax does not
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think so. LESS can’t do more than pure CSS – it’s just more convenient to write. As a workaround until not: is available you could use something like