SCSS Compiler
// Global variable $myFont: 'Open sans', 'Segoe UI', 'Segoe WP', Helvetica, Arial, sans-serif; body { $myColor: red; // local variable font-family: $myFont; color: $myColor } p { font-family: $myFont; }
OUTPUT
×

Save as Private