Grammar fixes en-US.mdx (#494)
This commit is contained in:
parent
af7c18578a
commit
278b3c71e1
|
|
@ -219,7 +219,7 @@ Despite its flaws, class injection is still a very popular option.
|
|||
|
||||
### CSS selector hooks
|
||||
|
||||
Technically speaking, developers can achieve customization if they read the source code of the component and define their custom styling by using the same classes. However, doing this is dangerous as relying on a component's internals and there's no guarantee that the class names won't change in future.
|
||||
Technically speaking, developers can achieve customization if they read the source code of the component and define their custom styling by using the same classes. However, doing this is dangerous as relying on a component's internals and there's no guarantee that the class names won't change in the future.
|
||||
|
||||
If UI library authors can make these classes/attributes part of their API, which comes with these guarantees:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue