You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

interpolation.scss 68B

123
  1. $name: foo;
  2. $attr: border;
  3. p.#{$name}abc { abc#{$attr}-color: blue }