forked from atomicpages/skeleton-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_MYconfig.scss
23 lines (21 loc) · 888 Bytes
/
_MYconfig.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// This file stores all of your global project configuration options
// and will not be wiped out by upgrading skeleton sass. Run the
// setup.sh script from command line or follow the steps below
// to manually configure:
//
// MANUAL CONFIGURATON
// 1. Rename _MYconfig.scss to _[projectname].config.scss
// 2. Rename skeleton_template.scss to skeleton.scss
// 3. Navigate to core and edit _config.scss using your favorite
// text editor. Add the following to the end of _config.scss:
// @import " _[projectname].config.scss";
//
// HOW TO RUN AUTOMATED SETUP
// 1. Open terminal and issue the following command:
// bin/setup.rb - Note: You must have ruby installed
// to run this script
// 2. Follow prompts from script
// GLOBAL VARIABLES - include your variables here or alter the predefined vars
// See skeleton file for copyright info
// MY VARIABLES
// $foo: "bar";