This file contains hidden or 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
/* eslint-disable */ | |
import resolveConfig from 'tailwindcss/resolveConfig'; | |
const tailwindConfig = require('../../tailwind.config.js'); | |
const fullConfig = resolveConfig(tailwindConfig); | |
const flattenColorPalette: any = (colors: object | null) => | |
Object.assign( | |
{}, | |
...Object.entries(colors ?? {}).flatMap(([color, values]) => |
This file contains hidden or 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
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ | |
!*** css ./node_modules/.pnpm/css-loader@6.10.0_webpack@5.90.3/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.4.35_typescript@5.4.3_webpack@5.90.3/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/tailwind.css?ngGlobalStyle ***! | |
\*********************************************************************************************************************************************************************************************************************************************************************************************************** |
This file contains hidden or 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
import axiox from 'axios'; | |
(async () => { | |
try { | |
const usersList: Array<{ info: { publicId: string } }> = []; | |
const response = await axiox.get(`https://api.us.amity.co/api/v2/users?filter=all&limit=50`, { | |
headers: { | |
'Content-Type': 'application/json', | |
Authorization: `Bearer xxx`, | |
'x-server-key': |
This file contains hidden or 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
/** | |
Tailwind Generated `main.css` with these safelisted pattern | |
``` | |
safelist: [ | |
{ | |
pattern: | |
/(bg|text)-(neutral|primary|secondary|success|warning|danger|shades)-(0|50|100|200|300|400|500|600|700|800|900)$/, | |
}, | |
{ | |
pattern: /(bg|text)-(orange|ruby|pink|violet|indigo|navy|blue|lime|forest|main)(-(default|light|dark))?$/, |
This file contains hidden or 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
Random quote v2 | |
--------------- | |
Forked from [Tim Smith](http://codepen.io/smithplusplus/)'s Pen [Random quote v2](http://codepen.io/smithplusplus/pen/JGOqXE/). | |
A [Pen](http://codepen.io/maxeber/pen/zrpxNX) by [Maxim Hébert-Gareau](http://codepen.io/maxeber) on [CodePen](http://codepen.io/). | |
[License](http://codepen.io/maxeber/pen/zrpxNX/license). |