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
/
modules
/
components
/
images.css
17 lines
(16 loc)
•
278 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@layer
components {
.contain
{
@apply
object-contain; } article {
figure
{
@apply
relative -mx-
3
;
img
{
@apply
sm
:w-
3
/
4
h-auto; } figcaption {
@apply
text-center text-sm text-gray-
500
dark
:text-gray-
400
; } } } }