font-family: "Paytone One", "ZCOOL KuaiLe", sans-serif; font-family: "Paytone One", sans-serif, "LXGW WenKai TC", cursive; overflow: hidden; color: white; font-size: 22px; 2 changes: 1 addition & 1 deletion 2 tailwind.config.js Original file line numberDiff line numberDiff line...
2 changes: 1 addition & 1 deletion 2 tailwind.config.js Original file line numberDiff line numberDiff line change @@ -22,7 +22,7 @@ module.exports = { 14: '3.5rem', }, fontFamily: { sans: ['var(--font-inter)', ...fontFamily.sans], sans: ['var(--font-space-grotesk)...
tailwindcss: {}, autoprefixer: {}, }, }4 changes: 4 additions & 0 deletions 4 prettier.config.js Original file line numberDiff line numberDiff line change @@ -0,0 +1,4 @@ /* eslint-disable no-undef */ module.exports = { plugins: [require('prettier-plugin-tailwindcss')] };7...
# <img src="./public/expense_manager_logo.png" alt="Expense Manager Logo" style="width: 25px; height: auto; margin-bottom: -2px"/> <span style="font-family: 'Georgia', serif; font-weight: bold; font-size: 1em; color: #FFE5CA;">Expense Manager</span> ```bash npm run dev #...
fontFamily: `${[fontPlusJakartaVar, ...defaultTheme.fontFamily.sans]}`, }, td: { border: '1px solid rgb(226 232 240 / 80%)', }, th: { border: '1px solid rgb(226 232 240 / 80%)', }, pre: { backgroundColor: '#0f172a', ...
@tailwind components; @tailwind utilities; body { margin: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 2 changes: 1 addition & 1 deletion 2 src/pages/home/index.tsx Original file line numberDiff line numberDiff line change @@ -12,7 ...
font-family: 'DM Sans'; font-family: "DM Sans"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/dmsans-bold-latin-ext.woff2") format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U...
Discussions Actions Projects Security Insights Additional navigation options New issue Open shyamchandranmecopened this issueFeb 27, 2017· 18 comments shentaoclosed this ascompletedFeb 27, 2017 shentaoadded thequestionlabelFeb 27, 2017 shentaoreopened thisFeb 10, 2019 ...
vue-ads-pagination - A vue pagination component build with the css framework tailwindcss Animation vue2-animate - A Vue.js 2.0 port of Animate.css. For use with Vue's built-in transitions. animated-vue - A Vue.js 2.x plugin to easily use Animate.css animations as transitions. As easy...
2 changes: 1 addition & 1 deletion 2 tailwind.config.js Original file line numberDiff line numberDiff line change @@ -22,7 +22,7 @@ module.exports = { 14: '3.5rem', }, fontFamily: { sans: ['var(--font-inter)', ...fontFamily.sans], sans: ['var(--font-space-grotes...