I am trying to use a hack to target only webkit browsers...Below is
how I would normally write this in plain CSS but in SASS or SCSS the
"@" symbol is not producing the expected results for the hack...is
there a way to have SASS interpet this hack properly?
@media screen and (-webkit-min-device-pixel-ratio:0) {
input#simple-search-submit { top: 40px; } }
--
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.