summaryrefslogtreecommitdiff
path: root/less/mixins.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/mixins.less')
-rw-r--r--less/mixins.less22
1 files changed, 0 insertions, 22 deletions
diff --git a/less/mixins.less b/less/mixins.less
deleted file mode 100644
index 5329b02..0000000
--- a/less/mixins.less
+++ /dev/null
@@ -1,22 +0,0 @@
-// Mixins
-
-.transition-all() {
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
-}
-
-.background-cover() {
- -webkit-background-size: cover;
- -moz-background-size: cover;
- background-size: cover;
- -o-background-size: cover;
-}
-
-.serif-font() {
- font-family: 'Lora', 'Times New Roman', serif;
-}
-
-.sans-serif-font() {
- font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
-} \ No newline at end of file