aboutsummaryrefslogtreecommitdiff
path: root/src/test/fixtures/tailwind.css
blob: fafee4633a805993ec8eb0495a47856e3536ae11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.such-css {
}

#VERY_STYLE {
}

@tailwind base;

@tailwind notARealIdentifier;

@tailwind utilities;

@tailwind utilieis;

@tailwind components;

.Wowiiee {
}

@tailwind screens;