2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-08-07 21:12:16 +00:00
This commit is contained in:
2021-11-05 22:27:30 +01:00
parent 88a2d84ad1
commit 0bea6c6625
7 changed files with 9 additions and 93 deletions

View File

@@ -1,15 +1,8 @@
/* Syntax highlighting
* https://jwarby.github.io/jekyll-pygments-themes/languages/java.html */
@import "./syntax.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
* Extract Tailwind CSS components here according to the docs.
* https://tailwindcss.com/docs/extracting-components/#extracting-css-components-with-apply
*/
@layer components {
.custom-underline-blue {
@apply border-b-4 border-blue-400;