This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/src/css/main.css

13 lines
150 B
CSS
Raw Normal View History

2020-03-22 22:09:09 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2020-03-28 09:51:22 +00:00
@import "imports/blocks.scss";
2020-03-22 22:09:09 +00:00
html,
body {
height: 100%;
}
2020-03-22 22:09:09 +00:00
// vim:set filetype=scss: