I'm newbie at sass and I've a lot of lines like this:
-webkit-border-top-right-radius: $topright;
-moz-border-radius-topright: $topright;
and
&::-webkit-input-placeholder {@content}
&:-moz-placeholder {@content}
I don't know what are those names that start with a "-" and I want to know what "&:" and "&::" mean.
Thanks