mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-16 08:12:42 +00:00
Moved the phb stlying to shared so other projects can use it
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
@import (less) './client/homebrew/phbStyle/phb.style.less';
|
@import (less) 'naturalcrit/phbStyle/phb.style.less';
|
||||||
.pane{
|
.pane{
|
||||||
position : relative;
|
position : relative;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ var gulp = vitreumTasks(gulp, {
|
|||||||
var rename = require('gulp-rename');
|
var rename = require('gulp-rename');
|
||||||
var less = require('gulp-less');
|
var less = require('gulp-less');
|
||||||
gulp.task('phb', function(){
|
gulp.task('phb', function(){
|
||||||
gulp.src('./client/homebrew/phbStyle/phb.style.less')
|
gulp.src('./shared/naturalcrit/phbStyle/phb.style.less')
|
||||||
.pipe(less())
|
.pipe(less())
|
||||||
.pipe(rename('phb.standalone.css'))
|
.pipe(rename('phb.standalone.css'))
|
||||||
.pipe(gulp.dest('./'));
|
.pipe(gulp.dest('./'));
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 327 B |
|
Before Width: | Height: | Size: 530 B After Width: | Height: | Size: 530 B |
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
@import (less) 'shared/naturalcrit/styles/reset.less';
|
@import (less) 'shared/naturalcrit/styles/reset.less';
|
||||||
@import (less) './client/homebrew/phbStyle/phb.fonts.css';
|
@import (less) 'shared/naturalcrit/phbStyle/phb.fonts.css';
|
||||||
@import (less) './client/homebrew/phbStyle/phb.assets.less';
|
@import (less) 'shared/naturalcrit/phbStyle/phb.assets.less';
|
||||||
//Colors
|
//Colors
|
||||||
@background : #EEE5CE;
|
@background : #EEE5CE;
|
||||||
@noteGreen : #e0e5c1;
|
@noteGreen : #e0e5c1;
|
||||||
|
Before Width: | Height: | Size: 864 B After Width: | Height: | Size: 864 B |
Reference in New Issue
Block a user