[data-literatel][m]: Bring back old data literate with custom parsing

This commit is contained in:
Rising Odegua
2022-03-15 09:33:25 +01:00
parent 5547d095ed
commit 2cccd68d42
25 changed files with 10234 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}

View File

@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;