Sha256: 41b158b29e9a9f33bb33e2c527c758b0550f411699568be6467fa4fc7f770a0c

Contents?: true

Size: 1.19 KB

Versions: 2

Compression:

Stored size: 1.19 KB

Contents

@import 'libs/vars';
@import 'libs/functions';
@import 'libs/mixins';
@import 'libs/vendor';
@import 'libs/breakpoints';

/*
Ethereal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

// Breakpoints.

@include breakpoints((
    small:    ( 481px,   736px  ),
    xsmall:   ( 361px,   480px  ),
    xxsmall:  ( null,    360px  )
));

// Base.

@import 'small/base/reset';
@import 'small/base/page';
@import 'small/base/typography';

// Component.

@import 'small/components/form';
@import 'small/components/icon';
@import 'small/components/image';
@import 'small/components/list';
@import 'small/components/actions';
@import 'small/components/icons';
@import 'small/components/grid-icons';
@import 'small/components/contact-icons';
@import 'small/components/table';
@import 'small/components/button';
@import 'small/components/gallery';
@import 'small/components/panel';
@import 'small/components/panel-banner';
@import 'small/components/panel-spotlight';

// Layout.

@import 'small/layout/footer';
@import 'small/layout/header';
@import 'small/layout/page-wrapper';
@import 'small/layout/wrapper';

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.5.1 _sass/small.scss
jekyll-theme-ethereal-0.5.0 _sass/small.scss