Skip to content

Commit c0ccccd

Browse files
committed
Project images
1 parent d767383 commit c0ccccd

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
**CSS3 Transform Functions Playground**. Demo UI built with [Vue](https://vuejs.org/), [Gulp](https://gulpjs.com/) and [LESS](http://lesscss.org/). Deployment via [Netlify](https://www.netlify.com/)
44

5-
![Netlify Status](https://api.netlify.com/api/v1/badges/61609638-1191-4dfa-ab28-53af3b7c17c0/deploy-status)
5+
[![Netlify Status](https://api.netlify.com/api/v1/badges/61609638-1191-4dfa-ab28-53af3b7c17c0/deploy-status)](https://www.netlify.com/)
6+
7+
![CSS Transform](media/css-transform.gif)
68

79
---
810

Diff for: dist/index.html

+1-1
Large diffs are not rendered by default.

Diff for: media/css-transform.gif

2.39 MB
Loading

Diff for: media/css-transform.jpg

32.3 KB
Loading

Diff for: src/css/app.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/css/app.less

+2-4
Original file line numberDiff line numberDiff line change
@@ -576,16 +576,14 @@ main {
576576
left: -15%;
577577
height: 0;
578578
width: 130%;
579-
border-top: dotted fade(@color-fg-light, 50%) 2px;
580-
margin-top: -1px;
579+
border-top: dotted fade(@color-fg-light, 50%) 1px;
581580
}
582581
&:after {
583582
top: -15%;
584583
left: 50%;
585584
height: 130%;
586585
width: 0;
587-
border-left: dotted fade(@color-fg-light, 50%) 2px;
588-
margin-left: -1px;
586+
border-left: dotted fade(@color-fg-light, 50%) 1px;
589587
}
590588

591589
transform-style: preserve-3d;

0 commit comments

Comments
 (0)