assets/css/styles.scss in adhesiones-jekyll-theme-0.2.6 vs assets/css/styles.scss in adhesiones-jekyll-theme-0.3.0
- old
+ new
@@ -1,9 +1,15 @@
---
# Ponemos un frontmatter porque queremos que Jekyll procese este archivo
---
+{%- assign theme = site.posts | find: "layout", "theme" -%}
+
+{% if theme %}
+ {{ theme | yaml_to_scss: site.data.layouts.theme }}
+{% endif %}
+
$debug: {{ jekyll.environment | not: 'production' }};
$vendor-prefixes: ("", "-webkit-", "-ms-", "-o-", "-moz-");
$bezier: cubic-bezier(0.75, 0, 0.25, 1);
$colors: (
@@ -17,25 +23,17 @@
3: -40%,
4: -20%,
5: 0%
);
-$font-family-sans-serif: Saira, sans-serif;
-$redpink: #ff3f56;
-$pink: #f31a69;
-
-$link-color: $pink;
-$primary: $redpink;
-$success: $pink;
$border-radius: .1rem;
$h1-font-size: 3.5rem;
$theme-colors: (
"transparent": transparent,
- "redpink": $redpink
);
$border-width: 0.3rem;
-$border-color: $pink;
+$border-color: $secondary;
.font-bigger {
font-size: 2rem !important;
}