adds hugo starter tailwind theme
This commit is contained in:
15
themes/hugo-starter-tailwind-basic/assets/css/styles.css
Normal file
15
themes/hugo-starter-tailwind-basic/assets/css/styles.css
Normal file
@ -0,0 +1,15 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@import "components/all.css";
|
||||
|
||||
html {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@screen md {
|
||||
html {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user