Caniemail screenshot

Caniemail

Author Avatar Theme by Hteumeuleu
Updated: 16 May 2025
863 Stars

Can I email… Support tables for HTML and CSS in emails.

Overview:

Can I email is a website that provides email clients support tables for HTML and CSS features. It is built on Jekyll as a GitHub Pages site with a custom-made theme. The site uses Sass for CSS compilation.

Features:

  • Email Clients Support Tables: Can I email provides tables that display the support of HTML and CSS features across different email clients.
  • Jekyll and GitHub Integration: The website is built on Jekyll and hosted on GitHub Pages, allowing for easy integration and version control.
  • Sass for CSS Compilation: Can I email uses Sass to compile CSS files, making it easier to manage and maintain the stylesheets.

Installation:

To install the Can I email theme, follow these steps:

  1. Clone the repository by running the following command: git clone [repository URL]
  2. If you are unfamiliar with Git or GitHub, it is recommended to use GitHub’s desktop app for your operating system (macOS, Windows, or Linux).
  3. Install Jekyll and other dependencies. Refer to the Jekyll Installation Guide for detailed instructions.
  4. Once the dependencies are installed, you can run Jekyll by executing the command: jekyll serve
  5. If you want to enable incremental regeneration, use the --incremental flag when running Jekyll.
  6. For the embed version of the site (embed.caniemail.com), specify the config file to use during the build process.
  7. Finally, access the local version of the site by visiting http://localhost:4000 in your web browser.

Summary:

Can I email is a website that provides support tables for HTML and CSS features across different email clients. It is built on Jekyll and hosted on GitHub Pages, making it easy to manage and deploy the site. The use of Sass for CSS compilation helps in maintaining the stylesheets efficiently.