-
-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compatibility with non css PostCSS syntaxes #3367
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alexander-akait
force-pushed
the
issue-3365
branch
3 times, most recently
from
June 5, 2018 20:12
799f169
to
f78665a
Compare
alexander-akait
force-pushed
the
issue-3365
branch
from
June 5, 2018 20:14
f78665a
to
a529861
Compare
alexander-akait
changed the title
[WIP] fix: compatibility with non css
fix: compatibility with non css Jun 5, 2018
postcss
syntaxespostcss
syntaxes
Ready for review |
gucong3000
approved these changes
Jun 6, 2018
/cc @jeddy3 |
jeddy3
changed the title
fix: compatibility with non css
Fix compatibility with non css PostCSS syntaxes
Jun 6, 2018
postcss
syntaxes
jeddy3
approved these changes
Jun 6, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Merged
bors bot
referenced
this pull request
in mozilla/delivery-console
Jun 15, 2018
194: Update dependency stylelint to v9.3.0 r=rehandalal a=renovate[bot] This Pull Request updates dependency [stylelint](https://github.com/stylelint/stylelint) from `v9.2.1` to `v9.3.0` <details> <summary>Release Notes</summary> ### [`v9.3.0`](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md#​930) [Compare Source](stylelint/stylelint@9.2.1...9.3.0) - Added: support for `<style>` tags and `style=""` attributes in XML and XSLT files ([#​3386](`https://github.com/stylelint/stylelint/pull/3386`)). - Added: `globbyOptions` option ([#​3339](`https://github.com/stylelint/stylelint/pull/3339`)). - Added: `keyframes-name-pattern` rule ([#​3321](`https://github.com/stylelint/stylelint/pull/3321`)). - Added: `media-feature-name-value-whitelist` rule ([#​3320](`https://github.com/stylelint/stylelint/pull/3320`)). - Added: `selector-pseudo-element-colon-notation` autofix ([#​3345](`https://github.com/stylelint/stylelint/pull/3345`)). - Fixed: `.vue` files throwing errors for `<style lang="stylus">` and `<style lang="postcss">` ([#​3331](`https://github.com/stylelint/stylelint/pull/3331`)). - Fixed: `declaration-block-no-*` false positives for non-standard syntax ([#​3381](`https://github.com/stylelint/stylelint/pull/3381`)). - Fixed: `function-whitespace-after` false positives for "/" ([#​3132](`https://github.com/stylelint/stylelint/pull/3132`)). - Fixed: `length-zero-no-unit` incorrect autofix for at-includes ([#​3347](`https://github.com/stylelint/stylelint/pull/3347`)). - Fixed: `max-nesting-depth` false positives for nested properties ([#​3349](`https://github.com/stylelint/stylelint/pull/3349`)). - Fixed: `no-empty-source` false positives on vue external sources `<style src="*">` tag ([#​3331](`https://github.com/stylelint/stylelint/pull/3331`)). - Fixed: `max-line-length` false positives for non-CSS blocks ([#​3367](`https://github.com/stylelint/stylelint/pull/3367`)). - Fixed: `no-eol-whitespace` false positives for non-CSS blocks ([#​3367](`https://github.com/stylelint/stylelint/pull/3367`)). - Fixed: `no-extra-semicolons` false positives for non-CSS blocks ([#​3367](`https://github.com/stylelint/stylelint/pull/3367`)). - Fixed: `no-missing-end-of-source-newline` false positives for non-CSS blocks ([#​3367](`https://github.com/stylelint/stylelint/pull/3367`)). --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com). Co-authored-by: Renovate Bot <[email protected]>
schalkneethling
referenced
this pull request
in mdn/interactive-examples
Jun 16, 2018
This Pull Request updates dependency [stylelint](https://github.com/stylelint/stylelint) from `v9.2.1` to `v9.3.0` <details> <summary>Release Notes</summary> ### [`v9.3.0`](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md#​930) [Compare Source](stylelint/stylelint@9.2.1...9.3.0) - Added: support for `<style>` tags and `style=""` attributes in XML and XSLT files ([#​3386](`https://github.com/stylelint/stylelint/pull/3386`)). - Added: `globbyOptions` option ([#​3339](`https://github.com/stylelint/stylelint/pull/3339`)). - Added: `keyframes-name-pattern` rule ([#​3321](`https://github.com/stylelint/stylelint/pull/3321`)). - Added: `media-feature-name-value-whitelist` rule ([#​3320](`https://github.com/stylelint/stylelint/pull/3320`)). - Added: `selector-pseudo-element-colon-notation` autofix ([#​3345](`https://github.com/stylelint/stylelint/pull/3345`)). - Fixed: `.vue` files throwing errors for `<style lang="stylus">` and `<style lang="postcss">` ([#​3331](`https://github.com/stylelint/stylelint/pull/3331`)). - Fixed: `declaration-block-no-*` false positives for non-standard syntax ([#​3381](`https://github.com/stylelint/stylelint/pull/3381`)). - Fixed: `function-whitespace-after` false positives for "/" ([#​3132](`https://github.com/stylelint/stylelint/pull/3132`)). - Fixed: `length-zero-no-unit` incorrect autofix for at-includes ([#​3347](`https://github.com/stylelint/stylelint/pull/3347`)). - Fixed: `max-nesting-depth` false positives for nested properties ([#​3349](`https://github.com/stylelint/stylelint/pull/3349`)). - Fixed: `no-empty-source` false positives on vue external sources `<style src="*">` tag ([#​3331](`https://github.com/stylelint/stylelint/pull/3331`)). - Fixed: `max-line-length` false positives for non-CSS blocks ([#​3367](`https://github.com/stylelint/stylelint/pull/3367`)). - Fixed: `no-eol-whitespace` false positives for non-CSS blocks ([#​3367](`https://github.com/stylelint/stylelint/pull/3367`)). - Fixed: `no-extra-semicolons` false positives for non-CSS blocks ([#​3367](`https://github.com/stylelint/stylelint/pull/3367`)). - Fixed: `no-missing-end-of-source-newline` false positives for non-CSS blocks ([#​3367](`https://github.com/stylelint/stylelint/pull/3367`)). --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com).
This was referenced Jun 17, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#3365
No, it's self explanatory.
Rules where i fix problems: