You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add nth child pseudo to CSS but scan existing text without (so user can choose to remove nth-child from selector)
Line highlight media query line with same responsive bar background color
Highlight lines that have been changed in the CSS with appropriate color (including inheritance - eg 800px is yellow and 700px is blue. If you have a style for something that's width: 100px and change it to 50px under the 800px media query, that line will turn yellow, but the 700px section the line containing the same style will also turn yellow. This way we know where it's inherited from. If we change it within the 700px media query to 40px, it would turn from yellow to blue).
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: