Skip to content

Instantly share code, notes, and snippets.

View jcarloasilo's full-sized avatar
🖼️

John Carlo Asilo jcarloasilo

🖼️
View GitHub Profile
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--background: 221 0% 100%;
--foreground: 221 0% 10%;
--card: 221 0% 100%;
--card-foreground: 221 0% 15%;
@jcarloasilo
jcarloasilo / user.json
Created March 6, 2024 03:11
Vscode user settings
{
"explorer.confirmDragAndDrop": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[search-result]": {
"editor.lineNumbers": "off"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"html.format.templating": true,