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
| /* | |
| Docusaurus CSS Variables. | |
| I'm making this since I wanted to customize my Docusaurus site theme, but couldn't find a proper list of all Infima CSS variables | |
| the static site generator uses. Thus, I basically copied the root of my site's CSS (along with other vars I found), and made a list | |
| of them that categorizes the vars. | |
| TABLE OF CONTENTS: |
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
| #!/usr/bin/env python | |
| """MailBox class for processing IMAP email. | |
| (To use with Gmail: enable IMAP access in your Google account settings) | |
| usage with GMail: | |
| import mailbox |