Last active
March 25, 2020 11:10
-
-
Save ashour/afee934a557fe87e5a42bf7603f0ece5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.sidebar p { | |
/* default styles */ | |
} | |
.sidebar p:lang(fr) { | |
/* French overrides */ | |
} | |
/* or */ | |
[lang="fr] .sidebar p { | |
/* French overrides */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment