| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-01 | Rename 'gmail_css_class' to 'gmail_selectors' | Teddy Wing | |
| Since I'd like to put non-class selectors in this module now. | |||
| 2019-05-01 | Move Gmail CSS class definitions to a new module | Teddy Wing | |
| Allow them to be used for a new Sidebar module that will enable sidebar toggling. Had to switch the compiled module system to `amd` because of this error message: tsconfig.json:3:3 - error TS6082: Only 'amd' and 'system' modules are supported alongside --outFile. Thinking I'm going to switch to Typescript namespaces to save myself the trouble of using a 'require' library for the AMD modules. | |||
