forked from tailwindlabs/tailwindcss-typography
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add element modifiers for picture and images
Fixes tailwindlabs#366 Add element modifiers `prose-picture:*` and `prose-images:*` to target `<picture>` and `<img> <picture>` respectively. * Modify `src/index.js` to include element modifiers for `prose-picture:*` and `prose-images:*`. * Update `README.md` to list `prose-picture:*` and `prose-images:*` as available element modifiers. * Add default styles for `prose-picture:*` and `prose-images:*` in `src/styles.js`. * Add tests for the new element modifiers `prose-picture:*` and `prose-images:*` in `src/index.test.js`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/tailwindlabs/tailwindcss-typography/issues/366?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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