initial commit of starter install drupal 7
This commit is contained in:
Executable
+48
@@ -0,0 +1,48 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
|
||||
|
||||
@import "../bower_components/foundation/scss/normalize.scss";
|
||||
|
||||
|
||||
|
||||
|
||||
@import "../bower_components/foundation/scss/foundation/functions";
|
||||
|
||||
$row-width: rem-calc(1250);
|
||||
// $total-columns: 12;
|
||||
$column-gutter: rem-calc(20);
|
||||
|
||||
//@import "../bower_components/foundation/scss/foundation/settings"; // this is not working, causing an error on compilation
|
||||
@import "../bower_components/foundation/scss/foundation/components/global";
|
||||
@import "../bower_components/foundation/scss/foundation/components/type";
|
||||
@import "../bower_components/foundation/scss/foundation/components/clearing";
|
||||
// @import "../bower_components/foundation/scss/foundation/components/inline-lists";
|
||||
@import "../bower_components/foundation/scss/foundation/components/grid";
|
||||
// @import "../bower_components/foundation/scss/foundation/components/top-bar";
|
||||
@import "../bower_components/foundation/scss/foundation/components/block-grid";
|
||||
// @import "../bower_components/foundation/scss/foundation.scss"; // without importing the whole foundation, the final css files is 75% less heavier
|
||||
|
||||
// @import "../bower_components/animate.scss/scss/animate.scss";
|
||||
|
||||
/*
|
||||
* ESADHaR
|
||||
*/
|
||||
@import "communs.scss";
|
||||
@import "fonts.scss";
|
||||
|
||||
|
||||
|
||||
html{
|
||||
position:relative;
|
||||
}
|
||||
|
||||
body{
|
||||
position:relative;
|
||||
height:100%!important;
|
||||
}
|
||||
|
||||
#root{
|
||||
position:relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user