←back to thread

Et Tu, Grammarly?

(dbushell.com)
279 points dbushell | 1 comments | | HN request time: 0.198s | source
Show context
karaterobot ◴[] No.43516187[source]
If you're injecting scripts or styles into unknown pages, the least you can do is namespace your variables.
replies(4): >>43516604 #>>43516740 #>>43516957 #>>43517036 #
MasterScrat ◴[] No.43517036[source]
I'm out of the frontend field - what would be common ways to handle CSS namespacing these days?
replies(1): >>43517080 #
1. echoangle ◴[] No.43517080[source]
I don't know if this is what was meant by namespacing but i've seen '--{{ projectname}}-my-variable' before, so something like '--grammarly-rem' in this case.