Skip to content

Commit

Permalink
feat: adds width 50% tachyons (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjalcantara committed Jul 20, 2022
1 parent a35d4d2 commit d74e89f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/widths.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
width: 33%;
}

.w-50 {
width: 50%;
}

.w-66 {
width: 66%;
}
Expand Down Expand Up @@ -134,6 +138,12 @@
.w-33-s {
width: 33%;
}
.w-50-s {
width: 50%;
}
.w-66-s {
width: 66%;
}
.w-100-s {
width: 100%;
}
Expand All @@ -146,6 +156,9 @@
.w-33-ns {
width: 33%;
}
.w-66-ns {
width: 66%;
}
.w-auto-ns {
width: auto;
}
Expand Down

1 comment on commit d74e89f

@vercel
Copy link

@vercel vercel bot commented on d74e89f Jul 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.