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

[IMPROVEMENT]: Add All Media Queries At The Bottom Of The Stylesheet Page #200

Closed
NarendraKoya999 opened this issue Jun 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@NarendraKoya999
Copy link

GSSOC'23

What improvement are you suggesting?

  • In main.css File in Respective Project Directory .Particular Section having Some Design Properties and Values.
  • In this Case, You can Added media-queries along with Particular Above Section. This happens in Other Sections Also.
  • Suggest, Always Write media-queries at the Bottom of the Web Page with adding Meaningful Comments to Each Section.

Why should make this improvement?

  • One Reason is, You Know that CSS will Pick up any of the style which are actually at the Bottom. It's going to take those styles as preference.

How can we make these improvements?

  • Put All our Media Queries in Bottom of The Particular File.
  • Add Meaningful Comments about Media Queries with Respective Sections.

Additional Context

  • Another Point about Designing Media Queries, If Page Stylesheet is Too Large and Having Huge Media Queries, Then Separate them into One Other File in Same Project Directory.
  • Of Course, Most of the Developers and Programmers are Not Recommend This Approach.
@NarendraKoya999 NarendraKoya999 added the enhancement New feature or request label Jun 12, 2023
@gambhirsharma
Copy link
Contributor

We don't think we need the changes mentioned above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants