.container {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
Preprocessors make this job easier by allowing you to declare this code in a reusable component called
■
IntroduCtIon to preproCessors
This example assumes that this reusable mixin is named rounded-corners. The code for this in the Sass
preprocessor would look like Listing
1-9