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

CSS Syntax Parsing #155

Closed Cherry closed 6 years ago

Cherry commented 6 years ago

I've found a couple CSS syntax parsing issues.

Escaped data attributes:

body.javascriptDisabled [ng\:cloak],
body.javascriptDisabled [ng-cloak],
body.javascriptDisabled [data-ng-cloak],
body.javascriptDisabled [x-ng-cloak],
body.javascriptDisabled .ng-cloak,
body.javascriptDisabled .x-ng-cloak {
    display: initial !important;
}

PostCSS Import (as per https://github.com/csstools/postcss-normalize):

@import-normalize;

*,
*::after,
*::before {
    box-sizing: border-box;
}

borela commented 6 years ago

Fixed https://github.com/borela/naomi/releases/tag/v4.0.4

borela commented 6 years ago

The patch looks stable and I can confirm it is fixed.