Skip to content

Instantly share code, notes, and snippets.

@mciastek
Created August 12, 2017 18:24
Show Gist options
  • Select an option

  • Save mciastek/4f6ce1a59a4f5298e5620eb9fba8589d to your computer and use it in GitHub Desktop.

Select an option

Save mciastek/4f6ce1a59a4f5298e5620eb9fba8589d to your computer and use it in GitHub Desktop.
// *** Vendor ***
@import 'sanitize.css';
// *** Settings ***
@import './base/settings';
@import './base/colors';
// *** Utils ***
@import './utils/easings';
@import './utils/animations';
@import './utils/grid';
@import './utils/ui';
// *** Base ***
@import './base/core';
@import './base/typography';
// *** Components ***
@import './components/header';
@import './components/footer';
@import './components/button';
@import './components/sidebar';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment