0.0.1 • Published 6 months ago

typebreeze v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

TypeBreeze

A TypeScript-powered Tailwind CSS Compiler Clone in Deno, delivering fast compile times.

First of all this project is a "school" project, and should not be taken seriously.

The compiler

All configs will happen in css.json, because json. Right now, there is not a big in this project. Only simple classes such as bg-{}, text-{} and font-weight

compilerOptions

Here is an example of css.json

{
  "entry": "./__test__",
  "compilerOptions": {
    "out_dir": "./__test__",
    "out_file": "style.css",
    "extensions": [".html", ".js"],
    "minify": true
  }
}
0.0.1

6 months ago