Compare commits
No commits in common. "tailwind_css" and "master" have entirely different histories.
tailwind_c
...
master
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,7 +2,3 @@ tmp
|
|||||||
test.sql
|
test.sql
|
||||||
static/test.jpg
|
static/test.jpg
|
||||||
static/test.mp4
|
static/test.mp4
|
||||||
node_modules
|
|
||||||
static/css/output.css
|
|
||||||
package.json
|
|
||||||
package-lock.json
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
@tailwind base;
|
|
||||||
@tailwind components;
|
|
||||||
@tailwind utilities;
|
|
@ -1,9 +0,0 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
|
||||||
module.exports = {
|
|
||||||
content: ["./templates/*.html"],
|
|
||||||
theme: {
|
|
||||||
extend: {},
|
|
||||||
},
|
|
||||||
plugins: [],
|
|
||||||
}
|
|
||||||
|
|
@ -16,7 +16,6 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="/static/css/style.css">
|
<link rel="stylesheet" href="/static/css/style.css">
|
||||||
<link rel="stylesheet" href="/static/css/output.css">
|
|
||||||
<title>Sicherheitsunterweisung</title>
|
<title>Sicherheitsunterweisung</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user