Here is some code snippet:
input {
border:1px solid black;
color:#FFF;
}
Another snippet:
.input {
padding:0px 5px 0px 3px;
}
How can we use SASS/SCSS to achieve the following:
input.input
This will apply the .input class directly to the input tag (without spaces between them!)