Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
website
Commits
93b08081
Verified
Commit
93b08081
authored
Sep 11, 2018
by
Eliot Berriot
Browse files
Fix broken CSS?
parent
44f53669
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/css/main.scss
View file @
93b08081
---
#
Only
the
main
Sass
file
needs
front
matter
(
the
dashes
are
enough
)
---
@
charset
"utf-8"
;
/*
*
Minimal
Mistakes
Jekyll
Theme
*
*
-
Michael
Rose
*
-
mademistakes
.
com
*
-
https
:
//
twitter
.
com
/
mmistakes
*
*/
// @import "minimal-mistakes/assets/test.css";
/*
Variables
==========================================================================
*/
@
import
"variables"
;
/*
Vendor
========================================================================== */
/* Breakpoint - media query mixins */
@import
"vendor/breakpoint/breakpoint"
;
@include
breakpoint-set
(
"to ems"
,
true
);
/* Font Awesome - icon font set */
@import
"vendor/font-awesome/font-awesome"
;
/* Magnific Popup - responsive lightbox */
@import
"vendor/magnific-popup/magnific-popup"
;
// Magnific Popup
/* Susy - grid mixins */
$susy
:
(
columns
:
12
,
gutters
:
1
/
4
,
math
:
fluid
,
output
:
float
,
gutter-position
:
after
,
container
:
$large
,
global-box-sizing
:
border-box
,
//
debug
:
(
//
image
:
show
,
//
color
:
blue
,
//
output
:
overlay
,
//
toggle
:
top
right
,
//
)
,
);
@import
"vendor/susy/susy"
;
/*
Base
========================================================================== */
@import
"mixins"
;
@import
"reset"
;
@import
"base"
;
@import
"utilities"
;
@import
"animations"
;
@import
"tables"
;
@import
"buttons"
;
@import
"notices"
;
@import
"masthead"
;
@import
"navigation"
;
@import
"footer"
;
@import
"syntax"
;
@import
"forms"
;
/*
Layout specific
========================================================================== */
@import
"page"
;
@import
"archive"
;
@import
"sidebar"
;
@import
"print"
;
%
.page__hero--overlay
{
padding
:
15em
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment