Robbie-BOIII / test

0 stars 0 forks source link

Add Specificity, Responsiveness, and Common Pitfalls Sections to CSS-in-JavaScript Style Guide #2

Open Robbie-BOIII opened 1 day ago

Robbie-BOIII commented 1 day ago

@GifftyCode cloned issue airbnb/javascript#3001 on 2024-06-24:

I propose adding the following sections to the Airbnb CSS-in-JavaScript Style Guide:

  1. Specificity:

    • Handling CSS specificity.

    • Avoiding the use of !important.

  2. Responsiveness:

    • Best practices for media queries.

    • Techniques for building responsive components.

  3. Common Pitfalls:

    • Common mistakes and how to avoid them.

    • Debugging tips for CSS-in-JavaScript issues.

These additions will provide valuable guidelines to help developers write more effective and maintainable styles.

Request:

I would like to contribute to the guide by drafting these sections. Please let me know if this aligns with the project’s goals and if I can proceed.

Thank you!

Robbie-BOIII commented 1 day ago

@shivansh84ya commented on 2024-07-11:

Could you assign this issue to me ??

Robbie-BOIII commented 1 day ago

@speedywarp commented on 2024-08-03:

Could you assign this issue to me ??

@shivansh84ya are you working on this issue?

Robbie-BOIII commented 1 day ago

@ljharb commented on 2024-08-04:

Issues don’t get assigned in open source - if there’s a linked PR, great, if not, feel free to file one.

Robbie-BOIII commented 1 day ago

@harsh0728 commented on 2024-09-18:

/attempt #3001

Sandhya-Madhuri commented 2 hours ago

Hi @Robbie-BOIII I have added above sections to CSS-in-JavaScript Style Guide: readme file, please have a look at this pr https://github.com/airbnb/javascript/pull/3052