Skip to content
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

Remove PHPCS Ignore Around $content-width Global #1450

Merged
merged 1 commit into from
Jul 28, 2020

Conversation

BrookeDot
Copy link
Contributor

Changes proposed in this Pull Request:

The WordPress Coding Standards no longer show an error when the
$content-width global is overwritten. This PR removes the comment around
that global.

See: WordPress/WordPress-Coding-Standards#1773

The WordPress Coding Standards no longer show an error when the
$content-width global is overwritten. This PR removes the comment around
that global.

See: WordPress/WordPress-Coding-Standards#1773
Copy link
Contributor

@Ismail-elkorchi Ismail-elkorchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @BrookeDot ! Thanks for working on this.

This looks good, so I'll approve 👍

@Ismail-elkorchi Ismail-elkorchi merged commit 435c4e7 into master Jul 28, 2020
@Ismail-elkorchi Ismail-elkorchi deleted the phpcs-allow-content-width-override branch July 28, 2020 15:27
@Ismail-elkorchi
Copy link
Contributor

Congratulations for your first merged PR 🎉

dsgreen added a commit to dsgreen/_s that referenced this pull request Sep 9, 2020
* 'master' of https://github.com/Automattic/_s: (92 commits)
  Remove PHPCS Ignore Around $content-width (Automattic#1450)
  Use _S_VERSION constant when enqueuing customizer.js (Automattic#1445)
  Update composer and node dependencies (Automattic#1444)
  Add missing s in languages directory name (Automattic#1442)
  Exclude alignment classes from RTL conversion (Automattic#1435)
  Add new required header fields for style.css (Automattic#1432)
  Remove redundant font-size declarations (Automattic#1434)
  Refactor navigation.js to Javascript ES6 (Automattic#1423)
  Delete the custom bundle script in favor of an npm package (Automattic#1433)
  Fix small typo (Automattic#1428)
  Re-organize SASS structure (Automattic#1425)
  Add a SASS watcher command (Automattic#1427)
  Remove the skip link focus fix (Automattic#1424)
  Replace className.indexOf with classList.contains (Automattic#1422)
  Use CSS grid for gallery styles (Automattic#1246)
  Update README.md documentation (Automattic#1419)
  Add a bundle script to generate a zip file for theme distribution (Automattic#1417)
  Update npm dependencies (Automattic#1418)
  Float implies the use of the block layout (Automattic#960)
  Use the system font stack from WP admin (Automattic#1416)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants