Skip to content

Commit

Permalink
Added copy of Tachyons Scss file to disable certain parts for faster …
Browse files Browse the repository at this point in the history
…loading.
  • Loading branch information
pschfr committed Feb 14, 2019
1 parent ce248e1 commit 3a23241
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 1 deletion.
94 changes: 94 additions & 0 deletions public/css/_tachyons.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
// ! TACHYONS v4.9.0 | http://tachyons.io

//
//
// ________ ______
// ___ __/_____ _________ /______ ______________________
// __ / _ __ `/ ___/_ __ \_ / / / __ \_ __ \_ ___/
// _ / / /_/ // /__ _ / / / /_/ // /_/ / / / /(__ )
// /_/ \__,_/ \___/ /_/ /_/_\__, / \____//_/ /_//____/
// /____/
//
// TABLE OF CONTENTS
//
// 1. External Library Includes
// - Normalize.css | http://normalize.css.github.io
// 2. Tachyons Modules
// 3. Variables
// - Media Queries
// - Colors
// 4. Debugging
// - Debug all
// - Debug children
//
//


// External Library Includes
@import '../../node_modules/tachyons-sass/scss/normalize';


// Variables
// Importing here will allow you to override any variables in the modules

@import '../../node_modules/tachyons-sass/scss/variables';

// Debugging
// @import '../../node_modules/tachyons-sass/scss/debug-children';
// @import '../../node_modules/tachyons-sass/scss/debug-grid';

// Uncomment out the line below to help debug layout issues
// @import '../../node_modules/tachyons-sass/scss/debug';

// Modules
@import '../../node_modules/tachyons-sass/scss/box-sizing';
@import '../../node_modules/tachyons-sass/scss/aspect-ratios';
@import '../../node_modules/tachyons-sass/scss/images';
@import '../../node_modules/tachyons-sass/scss/background-size';
@import '../../node_modules/tachyons-sass/scss/background-position';
@import '../../node_modules/tachyons-sass/scss/outlines';
@import '../../node_modules/tachyons-sass/scss/borders';
@import '../../node_modules/tachyons-sass/scss/border-colors';
@import '../../node_modules/tachyons-sass/scss/border-radius';
@import '../../node_modules/tachyons-sass/scss/border-style';
@import '../../node_modules/tachyons-sass/scss/border-widths';
@import '../../node_modules/tachyons-sass/scss/box-shadow';
@import '../../node_modules/tachyons-sass/scss/code';
@import '../../node_modules/tachyons-sass/scss/coordinates';
@import '../../node_modules/tachyons-sass/scss/clears';
@import '../../node_modules/tachyons-sass/scss/flexbox';
@import '../../node_modules/tachyons-sass/scss/display';
@import '../../node_modules/tachyons-sass/scss/floats';
@import '../../node_modules/tachyons-sass/scss/font-family';
@import '../../node_modules/tachyons-sass/scss/font-style';
@import '../../node_modules/tachyons-sass/scss/font-weight';
@import '../../node_modules/tachyons-sass/scss/forms';
@import '../../node_modules/tachyons-sass/scss/heights';
@import '../../node_modules/tachyons-sass/scss/letter-spacing';
@import '../../node_modules/tachyons-sass/scss/line-height';
@import '../../node_modules/tachyons-sass/scss/links';
@import '../../node_modules/tachyons-sass/scss/lists';
@import '../../node_modules/tachyons-sass/scss/max-widths';
@import '../../node_modules/tachyons-sass/scss/widths';
@import '../../node_modules/tachyons-sass/scss/overflow';
@import '../../node_modules/tachyons-sass/scss/position';
@import '../../node_modules/tachyons-sass/scss/opacity';
@import '../../node_modules/tachyons-sass/scss/rotations';
@import '../../node_modules/tachyons-sass/scss/skins';
@import '../../node_modules/tachyons-sass/scss/skins-pseudo';
@import '../../node_modules/tachyons-sass/scss/spacing';
@import '../../node_modules/tachyons-sass/scss/negative-margins';
@import '../../node_modules/tachyons-sass/scss/tables';
@import '../../node_modules/tachyons-sass/scss/text-decoration';
@import '../../node_modules/tachyons-sass/scss/text-align';
@import '../../node_modules/tachyons-sass/scss/text-transform';
@import '../../node_modules/tachyons-sass/scss/type-scale';
@import '../../node_modules/tachyons-sass/scss/typography';
@import '../../node_modules/tachyons-sass/scss/utilities';
@import '../../node_modules/tachyons-sass/scss/visibility';
@import '../../node_modules/tachyons-sass/scss/white-space';
@import '../../node_modules/tachyons-sass/scss/vertical-align';
@import '../../node_modules/tachyons-sass/scss/hovers';
@import '../../node_modules/tachyons-sass/scss/z-index';
@import '../../node_modules/tachyons-sass/scss/nested';
@import '../../node_modules/tachyons-sass/scss/styles';
2 changes: 1 addition & 1 deletion public/css/main.sass
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import ../../node_modules/tachyons-sass/tachyons
@import '_tachyons'

0 comments on commit 3a23241

Please sign in to comment.