improved youtube embeds
This commit is contained in:
parent
6246362fb5
commit
21dad2f728
|
@ -3,6 +3,7 @@ const defaultTheme = require('tailwindcss/defaultTheme')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ["Pages/**/*.cshtml", "Components/**/*.razor"],
|
content: ["Pages/**/*.cshtml", "Components/**/*.razor"],
|
||||||
|
safelist: ["youtube"],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
},
|
},
|
||||||
|
|
|
@ -28,3 +28,8 @@ @layer base {
|
||||||
hyphenate-limit-chars: 5 3;
|
hyphenate-limit-chars: 5 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@layer components {
|
||||||
|
.youtube {
|
||||||
|
@apply rounded p-2 bg-base-200;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
2
Wave/wwwroot/css/main.min.css
vendored
2
Wave/wwwroot/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue