0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 08:52:39 +00:00

Moved the phb stlying to shared so other projects can use it

This commit is contained in:
Scott Tolksdorf
2016-05-14 18:51:48 -04:00
parent ec968f47da
commit 5fb6593217
8 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
@import (less) './client/homebrew/phbStyle/phb.style.less';
@import (less) 'naturalcrit/phbStyle/phb.style.less';
.pane{
position : relative;
}

View File

@@ -44,7 +44,7 @@ var gulp = vitreumTasks(gulp, {
var rename = require('gulp-rename');
var less = require('gulp-less');
gulp.task('phb', function(){
gulp.src('./client/homebrew/phbStyle/phb.style.less')
gulp.src('./shared/naturalcrit/phbStyle/phb.style.less')
.pipe(less())
.pipe(rename('phb.standalone.css'))
.pipe(gulp.dest('./'));

View File

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 327 B

View File

Before

Width:  |  Height:  |  Size: 530 B

After

Width:  |  Height:  |  Size: 530 B

View File

@@ -1,7 +1,7 @@
@import (less) 'shared/naturalcrit/styles/reset.less';
@import (less) './client/homebrew/phbStyle/phb.fonts.css';
@import (less) './client/homebrew/phbStyle/phb.assets.less';
@import (less) 'shared/naturalcrit/phbStyle/phb.fonts.css';
@import (less) 'shared/naturalcrit/phbStyle/phb.assets.less';
//Colors
@background : #EEE5CE;
@noteGreen : #e0e5c1;

View File

Before

Width:  |  Height:  |  Size: 864 B

After

Width:  |  Height:  |  Size: 864 B