coma 0.2.0

Coma is a lightweight command-line tool designed for crawling websites
1
2
3
4
5
6
7
8
9
10
11
/** @type {import('tailwindcss').Config} */
module.exports = {
  darkMode: "media", // Enables dark mode based on the user's system preference
  theme: {
    extend: {},
  },
  variants: {
    extend: {},
  },
  plugins: [],
};