aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmail_css_class.ts
AgeCommit message (Collapse)Author
2019-05-01Rename 'gmail_css_class' to 'gmail_selectors'Teddy Wing
Since I'd like to put non-class selectors in this module now.
2019-05-01Move Gmail CSS class definitions to a new moduleTeddy 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.