Skip to content

Commit ae00cc9

Browse files
author
Leah Wasser
committed
moving towards auto build sass css vs manual build
1 parent c5ac393 commit ae00cc9

File tree

119 files changed

+74
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+74
-39
lines changed

_sass/_assets_README.md

+22

_sass/earth-lab.scss

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
/*
2+
* Minimal Mistakes Jekyll Theme
3+
*
4+
* - Created by: Michael Rose
5+
*
6+
*/
7+
8+
@import "earth-lab/vendor/breakpoint/breakpoint"; // media query mixins
9+
@import "earth-lab/variables";
10+
@import "earth-lab/mixins";
11+
@import "earth-lab/vendor/susy/susy";
12+
13+
@import "earth-lab/reset";
14+
@import "earth-lab/base";
15+
16+
@import "earth-lab/utilities";
17+
@import "earth-lab/animations";
18+
@import "earth-lab/tables_el"; // creating new table styles that are nicer
19+
@import "earth-lab/buttons";
20+
@import "earth-lab/notices";
21+
@import "earth-lab/masthead";
22+
@import "earth-lab/navigation";
23+
@import "earth-lab/footer";
24+
@import "earth-lab/syntax";
25+
@import "earth-lab/syntax-inline";
26+
27+
@import "earth-lab/forms";
28+
29+
@import "earth-lab/page";
30+
@import "earth-lab/archive";
31+
@import "earth-lab/sidebar";
32+
33+
@import "earth-lab/vendor/font-awesome/font-awesome";
34+
@import "earth-lab/vendor/magnific-popup/magnific-popup";
35+
@import "earth-lab/print";
36+
@import "earth-lab/earth-lab";
37+
@import "earth-lab/earthlab_slides";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/_scss/main.scss

-39
This file was deleted.

assets/css/main.scss

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
# Only the main Sass file needs front matter (the dashes are enough)
3+
---
4+
5+
@charset "utf-8";
6+
7+
// @import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
8+
@import "earth-lab"; // main partials
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/css/old-css/main.css.map.old2

+7
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)