UNPKG
tw-runner
Version:
latest (1.0.18)
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.11
1.0.10
Run and manage Tower Website projects with this utility.
tw-runner
/
mysite
/
assets
/
css
/
typography
/
index.css
19 lines
(18 loc)
•
286 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import
'./article.css'
;
@layer
base {
p
{
@apply
text-base; } h1 {
@apply
text-
3
xl
sm
:text-
4
xl font-bold; } h2 {
@apply
text-
2
xl
sm
:text-
3
xl font-bold; } h3 {
@apply
text-xl
sm
:text-
2
xl font-bold; } h4 {
@apply
text-lg
sm
:text-xl font-bold; } }