Cleaning unused scss files

This commit is contained in:
Benoit Favreault
2015-04-10 15:37:00 -04:00
committed by Francis Lachapelle
parent a276ac366e
commit 46a262acfa
155 changed files with 457 additions and 6767 deletions
@@ -1,10 +1,4 @@
// SOGo by Inverse
// sogo.nu
// version 3.alpha
//
//
// UTILITIES FUNCTIONS
//
/// _functions.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
// Strip Unit - From Foundation
// Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@@ -1,13 +1,5 @@
/**
*
* @filename _base_styles.scss
* @project SOGo
* @version 3.alpha
*
* Define basic general styles for base elements
*
*
*/
/// _base_style.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
main {
background-color: $background-base-color;
@@ -0,0 +1 @@
/// _functions.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
@@ -0,0 +1 @@
/// _mixins.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
@@ -1,3 +1,5 @@
/// layout.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
// Import from sources for extends
// -------------------------------
@import "../../angular-material/src/core/style/layout";
@@ -1,3 +1,4 @@
/// mixins.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
@import '../angular-material/src/core/style/mixins.scss';
@mixin margin-selectors($before:1em, $after:1em, $start:0px, $end:0px) {
@@ -1,3 +1,5 @@
/// reset.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
@@ -1,4 +1,5 @@
/*! structure.scss - */
/// structure.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
// ngMaterial source for overrides
// ----------------------------------------------------------------------------
@import '../../angular-material/src/core/style/structure.scss';
@@ -1,3 +1,5 @@
/// typography.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
// Import from sources for extends
// -------------------------------
//@import "../../angular-material/src/core/style/typography";
@@ -1,3 +1,4 @@
/// variables.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
// Path variables for seamless imports
// ----------------------------------------------------------------------------