aboutsummaryrefslogtreecommitdiff
path: root/174bg/handbook/source/index.css
blob: 0e8b7eb6719ea5bb1dea1b55a8d2a2521fbdb139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import "tailwindcss";
@plugin "@tailwindcss/typography";
@plugin "@tailwindcss/forms";

@utility hide-scrollbar {
  &::-webkit-scrollbar {
    display: none;
  }
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* justify stuff */
p,
li {
  text-align: justify;
}