borela / naomi

Sublime Text enhanced syntax highlighting for JavaScript ES6/ES7/ES2015/ES2016/ES2017+, Babel, FlowType, React JSX, Styled Components, HTML5, SCSS3, PHP 7, phpDoc, PHPUnit, MQL4. Basic: Git config files.
Other
558 stars 18 forks source link

SCSS: Maps break futher syntax #192

Open phts opened 5 years ago

phts commented 5 years ago
$logo-top: (
  mobile: 11,
  tablet: 13,
  desktop: 15
);

html {
  font-size: 10px;
}
screen shot 2018-11-08 at 21 30 17