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

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

p {
  text-align: justify;
}