This website requires JavaScript.
Explore
Help
Sign in
mythic-insight
/
calcom
Watch
1
Star
0
Fork
You've already forked calcom
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5
ad8ffd3de4
calcom
/
postcss.config.js
7 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add booking flow
2021-03-22 13:48:48 +00:00
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
add linting in CI + fix lint errors (#473) * run `yarn lint --fix` * Revert "Revert "add linting to ci"" This reverts commit 0bbbbee4bea820343063cc407e13ac31b7f40ef7. * Fixed some errors * remove unused code - not sure why this was here? * assert env var * more type fixes * fix typings og gcal callback - needs testing * rename `md5.ts` to `md5.js` it is js. * fix types * fix types * fix lint errors * fix last lint error Co-authored-by: Alex van Andel <me@alexvanandel.com>
2021-08-19 12:27:01 +00:00
}
;
Reference in a new issue
Copy permalink