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.

_partial-for-import.scss 119B

123456789
  1. $foo : red;
  2. .caption {
  3. $side: right;
  4. border: 1px solid black;
  5. background: #ff0000;
  6. padding: 10px;
  7. margin: 10px;
  8. }