16 lines
169 B
CSS
16 lines
169 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@import "components/all.css";
|
|
|
|
html {
|
|
font-size: 14px;
|
|
}
|
|
|
|
@screen md {
|
|
html {
|
|
font-size: 20px;
|
|
}
|
|
}
|