Skip to content

Commit a7f8b9c

Browse files
committed
Add minimal CSS file
1 parent 38c7107 commit a7f8b9c

6 files changed

Lines changed: 45 additions & 2 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ module.exports = function (grunt) {
6464
files : { // Dictionary of files.
6565

6666
'static/css/indieweb.css': 'sass/main.scss', // 'destination': 'source'
67+
'static/css/indieweb-minimal.css': 'sass/min.scss', // 'destination': 'source'
6768
'static/css/indieweb-bw.css': 'sass/main-bw.scss',
6869
'static/css/indieweb-admin.css': 'sass/main-admin.scss'
6970
}

sass/min.scss

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/*--------------------------------------------------------------
2+
>>> TABLE OF CONTENTS:
3+
----------------------------------------------------------------
4+
5+
* Link Style
6+
* Social Icons
7+
* Widgets
8+
--------------------------------------------------------------*/
9+
10+
/*--------------------------------------------------------------
11+
Link Style
12+
--------------------------------------------------------------*/
13+
14+
@import 'links';
15+
16+
/*--------------------------------------------------------------
17+
Simple Icons
18+
--------------------------------------------------------------*/
19+
20+
@import 'simple-icons-min';
21+
22+
/*--------------------------------------------------------------
23+
Icons - Other Icon Customizations
24+
--------------------------------------------------------------*/
25+
26+
@import 'icons';
27+
28+
/*--------------------------------------------------------------
29+
Widgets
30+
--------------------------------------------------------------*/
31+
32+
@import 'widgets';
33+

static/css/indieweb-minimal.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/indieweb-minimal.css.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/indieweb.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/indieweb.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)