Skip to content

Commit

Permalink
Merge pull request #21 from viivue/1.1.8
Browse files Browse the repository at this point in the history
feat(release): Atomic CSS 1.1.8
  • Loading branch information
phucbm authored May 8, 2023
2 parents f2ed76a + 8387274 commit e7af122
Show file tree
Hide file tree
Showing 7 changed files with 281 additions and 315 deletions.
14 changes: 7 additions & 7 deletions css/aspect-ratio.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
*/
/* aspect-ratio */
.ar-auto {
aspect-ratio:auto;
aspect-ratio:auto;
}

.ar-inherit {
aspect-ratio:inherit;
aspect-ratio:inherit;
}

.ar-unset {
aspect-ratio:unset;
aspect-ratio:unset;
}

.ar-1 {
aspect-ratio:1;
aspect-ratio:1;
}

.ar-169 {
aspect-ratio:16/9;
aspect-ratio:16/9;
}

.ar-43 {
aspect-ratio:4/3;
aspect-ratio:4/3;
}

.ar-12 {
aspect-ratio:1/2;
aspect-ratio:1/2;
}
12 changes: 1 addition & 11 deletions css/skeleton.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e7af122

Please sign in to comment.