summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-08 16:05:18 +0300
committerAndrew Dolgov <[email protected]>2020-10-08 16:05:18 +0300
commitcf1d643376d4f18cd5cfa9075a21b11fb5713daf (patch)
tree15eedecef0f052368709dc74c5ee4c5eb41d9664 /css
parent0add899fa4e15e1f0a872f03805a63886e999ca7 (diff)
some more gulp-related stuff
Diffstat (limited to 'css')
-rw-r--r--css/transitions.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/css/transitions.css b/css/transitions.css
deleted file mode 100644
index 7e552b9..0000000
--- a/css/transitions.css
+++ /dev/null
@@ -1,3 +0,0 @@
-* {
- transition : transform 0.25s ease;
-}