From 52c3b9ab1bee1949d32a0c9ae646da5616562ccb Mon Sep 17 00:00:00 2001 From: yuanchuan Date: Mon, 27 Feb 2017 13:47:25 +0800 Subject: [PATCH] remove samples --- samples/circles.html | 34 ---------------------------------- samples/race.html | 27 --------------------------- 2 files changed, 61 deletions(-) delete mode 100644 samples/circles.html delete mode 100644 samples/race.html diff --git a/samples/circles.html b/samples/circles.html deleted file mode 100644 index f0d9801..0000000 --- a/samples/circles.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - demo - - - - -
- - :doodle { - width: 50vh; - height: 50vh; - border-radius: 50%; - overflow: hidden; - background: #fafff1; - } - - --size: @rand(200%); - width: var(--size); - height: var(--size); - border-radius: 50%; - background: hsla( - @rand(360), 80%, 50%, @rand(.8) - ); - -
- - diff --git a/samples/race.html b/samples/race.html deleted file mode 100644 index 4bee73a..0000000 --- a/samples/race.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - demo - - - - - - width: @rand(10%, 80%); - height: 50%; - left: @rand(32%); - border-radius: 5px 0 0 5px; - background-image: linear-gradient( - to right, - hsla(@rand(100), 80%, 40%, @rand(.4, .9)) 20%, - transparent 80% - ); - - -