This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```sh | |
pnpm add -D postcss tailwindcss autoprefixer postcss-import postcss-nested postcss-color-hexa postcss-simple-vars postcss-preset-env | |
``` | |
```js | |
// postcss.config.js | |
modulex.exports = { | |
plugins: { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const If = p => a => b => p(a)(b) | |
const True = a => b => a | |
const False = a => b => b | |
const One = s => z => s(z); | |
const Two = s => z => s(s(z)); | |
const Three = s => z => s(s(s(z))); | |
const Succ = n => f => x => f(n(f)(x)) | |
const Plus = m => n => f => x => m(f)(n(f)(x)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TypeScript 22 hrs 10 mins ███████████████▌░░░░░ 74.3% | |
JSON 3 hrs 44 mins ██▋░░░░░░░░░░░░░░░░░░ 12.5% | |
Markdown 1 hr 52 mins █▎░░░░░░░░░░░░░░░░░░░ 6.3% | |
JavaScript 35 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.0% | |
Ezhil 29 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.6% |