Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fredon <the2ne@gmail.com>2016-11-15 19:36:17 +0300
committerOlivier Fredon <the2ne@gmail.com>2016-11-15 19:36:17 +0300
commitb2027713225236a0663fed5fbd308066cb943909 (patch)
treeadd26aa2014c6e8e9db54e6986b206bcbbb3ba9f
parent26f9c81d61e5a7d60abfa73e7a190d29f1bf4ffb (diff)
remove unused scss files
-rw-r--r--static/css/style.css812
-rw-r--r--static/package.json2
-rw-r--r--static/sass/core.scss1
-rw-r--r--static/sass/custom/breakpoints.scss13
4 files changed, 2 insertions, 826 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 55e3ff4..0a81afa 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,813 +1,3 @@
-@charset "UTF-8";
-/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
-/**
- * 1. Change the default font family in all browsers (opinionated).
- * 2. Correct the line height in all browsers.
- * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
- */
-html {
- font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
- /* 1 */
- line-height: 1.5;
- /* 2 */
- -ms-text-size-adjust: 100%;
- /* 3 */
- -webkit-text-size-adjust: 100%;
- /* 3 */
-}
-
-/**
- * Remove the margin in all browsers (opinionated).
- */
-body {
- margin: 0;
-}
-
-/* HTML5 display definitions
- ========================================================================== */
-/**
- * Add the correct display in IE 9-.
- * 1. Add the correct display in Edge, IE, and Firefox.
- * 2. Add the correct display in IE.
- */
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-main,
-menu,
-nav,
-section,
-summary {
- /* 1 */
- display: block;
-}
-
-/**
- * Add the correct display in IE 9-.
- */
-audio,
-canvas,
-progress,
-video {
- display: inline-block;
-}
-
-/**
- * Add the correct display in iOS 4-7.
- */
-audio:not([controls]) {
- display: none;
- height: 0;
-}
-
-/**
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
- */
-progress {
- vertical-align: baseline;
-}
-
-/**
- * Add the correct display in IE 10-.
- * 1. Add the correct display in IE.
- */
-template,
-[hidden] {
- display: none;
-}
-
-/* Links
- ========================================================================== */
-/**
- * 1. Remove the gray background on active links in IE 10.
- * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
- */
-a {
- background-color: transparent;
- /* 1 */
- -webkit-text-decoration-skip: objects;
- /* 2 */
-}
-
-/**
- * Remove the outline on focused links when they are also active or hovered
- * in all browsers (opinionated).
- */
-a:active,
-a:hover {
- outline-width: 0;
-}
-
-/* Text-level semantics
- ========================================================================== */
-/**
- * 1. Remove the bottom border in Firefox 39-.
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
- */
-abbr[title] {
- border-bottom: none;
- /* 1 */
- text-decoration: underline;
- /* 2 */
- text-decoration: underline dotted;
- /* 2 */
-}
-
-/**
- * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
- */
-b,
-strong {
- font-weight: inherit;
-}
-
-/**
- * Add the correct font weight in Chrome, Edge, and Safari.
- */
-b,
-strong {
- font-weight: bolder;
-}
-
-/**
- * Add the correct font style in Android 4.3-.
- */
-dfn {
- font-style: italic;
-}
-
-/**
- * Correct the font size and margin on `h1` elements within `section` and
- * `article` contexts in Chrome, Firefox, and Safari.
- */
-h1 {
- font-size: 2em;
- margin: 0.67em 0;
-}
-
-/**
- * Add the correct background and color in IE 9-.
- */
-mark {
- background-color: #ff0;
- color: #000;
-}
-
-/**
- * Add the correct font size in all browsers.
- */
-small {
- font-size: 80%;
-}
-
-/**
- * Prevent `sub` and `sup` elements from affecting the line height in
- * all browsers.
- */
-sub,
-sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-
-sub {
- bottom: -0.25em;
-}
-
-sup {
- top: -0.5em;
-}
-
-/* Embedded content
- ========================================================================== */
-/**
- * Remove the border on images inside links in IE 10-.
- */
-img {
- border-style: none;
-}
-
-/**
- * Hide the overflow in IE.
- */
-svg:not(:root) {
- overflow: hidden;
-}
-
-/* Grouping content
- ========================================================================== */
-/**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
-code,
-kbd,
-pre,
-samp {
- font-family: monospace, monospace;
- /* 1 */
- font-size: 1em;
- /* 2 */
-}
-
-/**
- * Add the correct margin in IE 8.
- */
-figure {
- margin: 1em 40px;
-}
-
-/**
- * 1. Add the correct box sizing in Firefox.
- * 2. Show the overflow in Edge and IE.
- */
-hr {
- box-sizing: content-box;
- /* 1 */
- height: 0;
- /* 1 */
- overflow: visible;
- /* 2 */
-}
-
-/* Forms
- ========================================================================== */
-/**
- * 1. Change font properties to `inherit` in all browsers (opinionated).
- * 2. Remove the margin in Firefox and Safari.
- */
-button,
-input,
-optgroup,
-select,
-textarea {
- font: inherit;
- /* 1 */
- margin: 0;
- /* 2 */
-}
-
-/**
- * Restore the font weight unset by the previous rule.
- */
-optgroup {
- font-weight: bold;
-}
-
-/**
- * Show the overflow in IE.
- * 1. Show the overflow in Edge.
- */
-button,
-input {
- /* 1 */
- overflow: visible;
-}
-
-/**
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
- * 1. Remove the inheritance of text transform in Firefox.
- */
-button,
-select {
- /* 1 */
- text-transform: none;
-}
-
-/**
- * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
- * controls in Android 4.
- * 2. Correct the inability to style clickable types in iOS and Safari.
- */
-button,
-html [type="button"],
-[type="reset"],
-[type="submit"] {
- -webkit-appearance: button;
- /* 2 */
-}
-
-/**
- * Remove the inner border and padding in Firefox.
- */
-button::-moz-focus-inner,
-[type="button"]::-moz-focus-inner,
-[type="reset"]::-moz-focus-inner,
-[type="submit"]::-moz-focus-inner {
- border-style: none;
- padding: 0;
-}
-
-/**
- * Restore the focus styles unset by the previous rule.
- */
-button:-moz-focusring,
-[type="button"]:-moz-focusring,
-[type="reset"]:-moz-focusring,
-[type="submit"]:-moz-focusring {
- outline: 1px dotted ButtonText;
-}
-
-/**
- * Change the border, margin, and padding in all browsers (opinionated).
- */
-fieldset {
- border: 1px solid #c0c0c0;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em;
-}
-
-/**
- * 1. Correct the text wrapping in Edge and IE.
- * 2. Correct the color inheritance from `fieldset` elements in IE.
- * 3. Remove the padding so developers are not caught out when they zero out
- * `fieldset` elements in all browsers.
- */
-legend {
- box-sizing: border-box;
- /* 1 */
- color: inherit;
- /* 2 */
- display: table;
- /* 1 */
- max-width: 100%;
- /* 1 */
- padding: 0;
- /* 3 */
- white-space: normal;
- /* 1 */
-}
-
-/**
- * Remove the default vertical scrollbar in IE.
- */
-textarea {
- overflow: auto;
-}
-
-/**
- * 1. Add the correct box sizing in IE 10-.
- * 2. Remove the padding in IE 10-.
- */
-[type="checkbox"],
-[type="radio"] {
- box-sizing: border-box;
- /* 1 */
- padding: 0;
- /* 2 */
-}
-
-/**
- * Correct the cursor style of increment and decrement buttons in Chrome.
- */
-[type="number"]::-webkit-inner-spin-button,
-[type="number"]::-webkit-outer-spin-button {
- height: auto;
-}
-
-/**
- * 1. Correct the odd appearance in Chrome and Safari.
- * 2. Correct the outline style in Safari.
- */
-[type="search"] {
- -webkit-appearance: textfield;
- /* 1 */
- outline-offset: -2px;
- /* 2 */
-}
-
-/**
- * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
- */
-[type="search"]::-webkit-search-cancel-button,
-[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-
-/**
- * Correct the text style of placeholders in Chrome, Edge, and Safari.
- */
-::-webkit-input-placeholder {
- color: inherit;
- opacity: 0.54;
-}
-
-/**
- * 1. Correct the inability to style clickable types in iOS and Safari.
- * 2. Change font properties to `inherit` in Safari.
- */
-::-webkit-file-upload-button {
- -webkit-appearance: button;
- /* 1 */
- font: inherit;
- /* 2 */
-}
-
-@-ms-viewport {
- width: device-width;
-}
-
-* {
- box-sizing: border-box;
-}
-
-*:after, *:before {
- box-sizing: border-box;
-}
-
-img {
- -ms-interpolation-mode: bicubic;
-}
-
-body {
- -webkit-animation: bugfix infinite 1s;
-}
-
-@-webkit-keyframes bugfix {
- from {
- padding: 0;
- }
- to {
- padding: 0;
- }
-}
-
-.visua11y-hidden {
- border: 0;
- clip: rect(1px 1px 1px 1px);
- /* for Internet Explorer */
- clip: rect(1px, 1px, 1px, 1px);
- height: 1px;
- width: 1px;
- margin: -1px;
- padding: 0;
- position: absolute;
- overflow: hidden;
-}
-
-a {
- color: #C44741;
-}
-
-a:hover {
- color: #77201C;
-}
-
-a:focus {
- color: #2C343B;
-}
-
-a:active {
- color: #52616D;
-}
-
-blockquote {
- background-color: #E5E1D1;
- /* The Fallback */
- background-color: rgba(229, 225, 209, 0.3);
- border-left: 6px solid #E5E1D1;
- font-size: 1.25em;
- margin-left: 0;
- margin-right: 0;
- padding: .5em 1.5em;
-}
-
-code {
- background-color: #C44741;
- /* The Fallback */
- background-color: rgba(196, 71, 65, 0.1);
- border-left: 6px solid #C44741;
- color: #C44741;
- display: block;
- margin: 1em 0;
- padding: .5em 1.5em;
-}
-
-html {
- background-color: #FFFFFF;
-}
-
-.header-wrapper .headline {
- background-color: #E5E1D1;
- padding: .5em 1.5em;
-}
-
-.header-wrapper a {
- text-decoration: none;
-}
-
-.menu__items {
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-.menu__items a {
- background-color: #C44741;
- color: #E5E1D1;
- display: block;
- padding: .5em 1.5em;
- text-decoration: none;
-}
-
-.menu__items a:hover {
- background-color: #77201C;
-}
-
-.content {
- margin: 0 auto;
- max-width: 40em;
- padding: 0 1.5em;
-}
-
-.content .post--preview + .post--preview {
- margin-top: 3em;
-}
-
-.post--preview .post__title {
- margin-bottom: .25em;
-}
-
-.legal {
- color: #77201C;
- margin-top: 3em;
- text-align: center;
-}
-
-.post__meta {
- color: #52616D;
- font-style: italic;
-}
-
-.post__meta a {
- color: #52616D;
-}
-
-.post__meta a:hover {
- color: #2C343B;
-}
-
-.post__meta a:focus {
- color: #C44741;
-}
-
-.post__meta a:active {
- color: #77201C;
-}
-
-.post__meta [class^=post__meta__] {
- margin: .25em 0 0;
- padding-left: 0;
- list-style-type: none;
-}
-
-.post__meta [class^=post__meta__] > * {
- display: inline-block;
-}
-
-.post__meta [class^=post__meta__] li + li {
- margin-left: .25em;
-}
-
-.post__meta [class^=post__meta__] li + li::before {
- color: #52616D;
- content: "•";
- display: inline-block;
- margin-right: 0.5em;
-}
-
-.post__meta [class^=post__meta__] .tags + .categories::before {
- color: #E5E1D1;
- content: "|";
- display: inline-block;
- margin-right: 0.5em;
-}
-
-@media screen and (min-width: 60em) {
- .post__meta {
- display: table;
- width: 100%;
- }
- .post__meta [class^=post__meta__] {
- display: table-cell;
- vertical-align: middle;
- }
- .post__meta .post__meta__infos {
- text-align: left;
- }
- .post__meta .post__meta__taxonomies {
- text-align: right;
- }
-}
-
-.pagination {
- color: #52616D;
- margin-top: 1.5em;
- text-align: right;
-}
-
-.pagination .pagination__infos + a {
- margin-left: .25em;
-}
-
-.pagination .pagination__current {
- color: #C44741;
- font-size: 1.5em;
-}
-
-.pagination .pagination__infos + a::before {
- color: #E5E1D1;
- content: "•";
- display: inline-block;
- margin-right: 0.5em;
-}
-
-.pagination .pagination__prev + .pagination__next {
- margin-left: .25em;
-}
-
-.pagination .pagination__prev + .pagination__next::before {
- color: #E5E1D1;
- content: "|";
- display: inline-block;
- margin-right: 0.5em;
-}
-
-@media screen and (min-width: 60em) {
- .header-wrapper {
- background-color: #E5E1D1;
- display: table;
- padding: .5em 1.5em;
- width: 100%;
- }
- .header-wrapper .headline {
- padding: 0;
- }
- .header-wrapper .headline,
- .header-wrapper .menu {
- display: table-cell;
- vertical-align: middle;
- }
- .header-wrapper .headline {
- text-align: left;
- }
- .header-wrapper .menu {
- text-align: right;
- }
-}
-
-.menu input[type=checkbox] {
- position: absolute;
- top: -9999px;
- left: -9999px;
-}
-
-.menu label {
- cursor: pointer;
- user-select: none;
- color: #C44741;
- line-height: 1;
- text-transform: uppercase;
- position: absolute;
- top: 1.5em;
- right: 1.5em;
-}
-
-.menu label:hover {
- color: #77201C;
-}
-
-.menu label:before {
- color: #FFFFFF;
- content: "\2261";
- display: inline-block;
- font-size: 1.5em;
- font-weight: bold;
- margin-right: .25em;
-}
-
-.menu .menu__items {
- display: none;
-}
-
-.menu input:checked ~ .menu__items {
- display: block;
-}
-
-@media screen and (min-width: 60em) {
- .menu label {
- display: none;
- }
- .menu .menu__items {
- display: block;
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- .menu .menu__items li {
- display: inline-block;
- }
- .menu .menu__items li + li {
- margin-left: .5em;
- }
- .menu .menu__items li + li::before {
- color: #FFFFFF;
- content: "|";
- display: inline-block;
- margin-right: 0.5em;
- }
- .menu .menu__items a {
- background-color: transparent;
- color: #C44741;
- display: inline;
- padding: 0;
- text-decoration: none;
- }
- .menu .menu__items a:hover {
- background-color: transparent;
- color: #77201C;
- }
-}
-
-html {
- color: #2C343B;
- font-size: 1em;
- font-variant-ligatures: common-ligatures;
- text-rendering: optimizeLegibility;
-}
-
-.template {
- font-size: 1.25em;
-}
-
-.headline__title {
- color: #C44741;
- display: inline-block;
- font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
- font-size: 1.5em;
- font-weight: bold;
- margin: 0;
- padding: .5em 0;
-}
-
-h1, h3, h5 {
- font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
- line-height: 1.2;
- color: #C44741;
-}
-
-h2, h4, h6 {
- font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
- line-height: 1.2;
- color: #52616D;
-}
-
-@media screen and (min-width: 40em) {
- h1 {
- font-size: 3em;
- }
- h2 {
- font-size: 2.5em;
- }
- h3 {
- font-size: 2em;
- }
- h4 {
- font-size: 1.75em;
- }
- h5 {
- font-size: 1.25em;
- }
- h6 {
- font-size: 1em;
- }
-}
-
-@media screen and (min-width: 60em) {
- h1 {
- font-size: 4.5em;
- }
- h2 {
- font-size: 3em;
- }
- h3 {
- font-size: 2.5em;
- }
- h4 {
- font-size: 2em;
- }
- h5 {
- font-size: 1.5em;
- }
- h6 {
- font-size: 1em;
- }
-}
+/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Verdana,"Verdana Ref",sans-serif;line-height:1.5;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}@-ms-viewport{width:device-width}*{box-sizing:border-box}*:after,*:before{box-sizing:border-box}img{-ms-interpolation-mode:bicubic}body{-webkit-animation:bugfix infinite 1s}@-webkit-keyframes bugfix{from{padding:0}to{padding:0}}.visua11y-hidden{border:0;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}a{color:#C44741}a:hover{color:#77201C}a:focus{color:#2C343B}a:active{color:#52616D}blockquote{background-color:#E5E1D1;background-color:rgba(229,225,209,0.3);border-left:6px solid #E5E1D1;font-size:1.25em;margin-left:0;margin-right:0;padding:.5em 1.5em}code{background-color:#C44741;background-color:rgba(196,71,65,0.1);border-left:6px solid #C44741;color:#C44741;display:block;margin:1em 0;padding:.5em 1.5em}html{background-color:#fff}.header-wrapper .headline{background-color:#E5E1D1;padding:.5em 1.5em}.header-wrapper a{text-decoration:none}.menu__items{list-style-type:none;margin:0;padding:0}.menu__items a{background-color:#C44741;color:#E5E1D1;display:block;padding:.5em 1.5em;text-decoration:none}.menu__items a:hover{background-color:#77201C}.content{margin:0 auto;max-width:40em;padding:0 1.5em}.content .post--preview+.post--preview{margin-top:3em}.post--preview .post__title{margin-bottom:.25em}.legal{color:#77201C;margin-top:3em;text-align:center}.post__meta{color:#52616D;font-style:italic}.post__meta a{color:#52616D}.post__meta a:hover{color:#2C343B}.post__meta a:focus{color:#C44741}.post__meta a:active{color:#77201C}.post__meta [class^=post__meta__]{margin:.25em 0 0;padding-left:0;list-style-type:none}.post__meta [class^=post__meta__]>*{display:inline-block}.post__meta [class^=post__meta__] li+li{margin-left:.25em}.post__meta [class^=post__meta__] li+li::before{color:#52616D;content:"•";display:inline-block;margin-right:.5em}.post__meta [class^=post__meta__] .tags+.categories::before{color:#E5E1D1;content:"|";display:inline-block;margin-right:.5em}@media screen and (min-width: 60em){.post__meta{display:table;width:100%}.post__meta [class^=post__meta__]{display:table-cell;vertical-align:middle}.post__meta .post__meta__infos{text-align:left}.post__meta .post__meta__taxonomies{text-align:right}}.pagination{color:#52616D;margin-top:1.5em;text-align:right}.pagination .pagination__infos+a{margin-left:.25em}.pagination .pagination__current{color:#C44741;font-size:1.5em}.pagination .pagination__infos+a::before{color:#E5E1D1;content:"•";display:inline-block;margin-right:.5em}.pagination .pagination__prev+.pagination__next{margin-left:.25em}.pagination .pagination__prev+.pagination__next::before{color:#E5E1D1;content:"|";display:inline-block;margin-right:.5em}@media screen and (min-width: 60em){.header-wrapper{background-color:#E5E1D1;display:table;padding:.5em 1.5em;width:100%}.header-wrapper .headline{padding:0}.header-wrapper .headline,.header-wrapper .menu{display:table-cell;vertical-align:middle}.header-wrapper .headline{text-align:left}.header-wrapper .menu{text-align:right}}.menu input[type=checkbox]{position:absolute;top:-9999px;left:-9999px}.menu label{cursor:pointer;user-select:none;color:#C44741;line-height:1;text-transform:uppercase;position:absolute;top:1.5em;right:1.5em}.menu label:hover{color:#77201C}.menu label:before{color:#fff;content:"\2261";display:inline-block;font-size:1.5em;font-weight:bold;margin-right:.25em}.menu .menu__items{display:none}.menu input:checked ~ .menu__items{display:block}@media screen and (min-width: 60em){.menu label{display:none}.menu .menu__items{display:block;list-style-type:none;margin:0;padding:0}.menu .menu__items li{display:inline-block}.menu .menu__items li+li{margin-left:.5em}.menu .menu__items li+li::before{color:#fff;content:"|";display:inline-block;margin-right:.5em}.menu .menu__items a{background-color:transparent;color:#C44741;display:inline;padding:0;text-decoration:none}.menu .menu__items a:hover{background-color:transparent;color:#77201C}}html{color:#2C343B;font-size:1em;font-variant-ligatures:common-ligatures;text-rendering:optimizeLegibility}.template{font-size:1.25em}.headline__title{color:#C44741;display:inline-block;font-family:Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Verdana,"Verdana Ref",sans-serif;font-size:1.5em;font-weight:bold;margin:0;padding:.5em 0}h1,h3,h5{font-family:"Palatino Linotype",Palatino,Palladio,"URW Palladio L","Book Antiqua",Baskerville,"Bookman Old Style","Bitstream Charter","Nimbus Roman No9 L",Garamond,"Apple Garamond","ITC Garamond Narrow","New Century Schoolbook","Century Schoolbook","Century Schoolbook L",Georgia,serif;line-height:1.2;color:#C44741}h2,h4,h6{font-family:Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Verdana,"Verdana Ref",sans-serif;line-height:1.2;color:#52616D}@media screen and (min-width: 40em){h1{font-size:3em}h2{font-size:2.5em}h3{font-size:2em}h4{font-size:1.75em}h5{font-size:1.25em}h6{font-size:1em}}@media screen and (min-width: 60em){h1{font-size:4.5em}h2{font-size:3em}h3{font-size:2.5em}h4{font-size:2em}h5{font-size:1.5em}h6{font-size:1em}}
/*# sourceMappingURL=style.css.map */ \ No newline at end of file
diff --git a/static/package.json b/static/package.json
index 8cdf800..3c75c92 100644
--- a/static/package.json
+++ b/static/package.json
@@ -11,7 +11,7 @@
"watch": "nodemon -e scss -x \"npm run sass-build\"",
"sass-test": "stylelint \"sass/**/*.scss\" --syntax scss",
- "sass-build": "node-sass --indent-width 4 --source-map true --output ./ --output-style expanded ./sass/core.scss ./css/style.css",
+ "sass-build": "node-sass --indent-width 4 --source-map true --output ./ --output-style compressed ./sass/core.scss ./css/style.css",
"postcss-build": "postcss -c postcss.json",
"postcss-test": "stylelint style.css"
diff --git a/static/sass/core.scss b/static/sass/core.scss
index 2c88091..8e02299 100644
--- a/static/sass/core.scss
+++ b/static/sass/core.scss
@@ -8,5 +8,4 @@
"custom/layout",
"custom/navigation",
"custom/typography"
- // "custom/breakpoints"
; \ No newline at end of file
diff --git a/static/sass/custom/breakpoints.scss b/static/sass/custom/breakpoints.scss
deleted file mode 100644
index 0a6bfa3..0000000
--- a/static/sass/custom/breakpoints.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-////
-/// Breakpoints
-////
-
-// Medium breakpoint
-@media screen and (min-width: 40em) {
-
-}
-
-// Desktop breakpoint
-@media screen and (min-width: 60em) {
-
-}