gitextract_4t0ert70/ ├── .github/ │ └── workflows/ │ └── test.yml ├── .gitignore ├── .gitmodules ├── .vscode/ │ └── settings.json ├── LICENSE ├── babel.config.js ├── jest.config.js ├── package.json ├── readme.md ├── rollup.config.js ├── src/ │ ├── css-to-style.js │ ├── index.js │ ├── inline-style.js │ ├── is-vml-tag.js │ ├── styled-email-component.js │ ├── stylesheet.js │ └── xhtml-elements.js ├── styled-email-components.d.ts ├── test/ │ ├── namespace.spec.js │ ├── specific.spec.js │ ├── styled.spec.js │ ├── theme.spec.js │ └── typings.spec.tsx └── tsconfig.json