Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba94603

Browse files
committedNov 27, 2016
fix(styleguide): start decouple kss docs from scss
1 parent 2b79681 commit ba94603

File tree

6 files changed

+1830
-1098
lines changed

6 files changed

+1830
-1098
lines changed
 

‎chore/gulp/tasks/sc5-styleguide.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ var autoprefixer = require('gulp-autoprefixer');
2828
var config = require(path.join('..','..','chore.config'));
2929

3030
var sc5Folder = 'sc5-styleguide';
31-
console.log(path.join(config.root,sc5Folder));
3231
var defaultConfig = {
3332
srcFolder: [path.join(config.src,'**','*.scss')],
3433
generateSrc:[path.join(config.src,'**','*.scss')],
@@ -101,7 +100,7 @@ gulp.task('styleguide:generate', ['styleguide:copy'], function (done) {
101100
gulp.task('styleguide:applystyles', function (done) {
102101
helper.log('Apply styles from ' + styleguideConfig.applyStylesSrc);
103102
return gulp.src(styleguideConfig.applyStylesSrc)
104-
.pipe($.concat('app.css'))
103+
.pipe($.concat('star-rating-stylegude.css'))
105104
//.pipe($.sass(styleguideConfig.sassOptions).on('error', $.sass.logError))
106105
//.pipe(autoprefixer(styleguideConfig.autoprefixerOptions))
107106
.pipe(styleguide.applyStyles())

‎dist/css/star-rating.css

Lines changed: 733 additions & 0 deletions
Large diffs are not rendered by default.

‎dist/scss/_sc5.doc.scss

Lines changed: 547 additions & 0 deletions
Large diffs are not rendered by default.

‎dist/scss/star-rating.scss

Lines changed: 1 addition & 548 deletions
Large diffs are not rendered by default.

‎src/scss/_sc5.doc.scss

Lines changed: 547 additions & 0 deletions
Large diffs are not rendered by default.

‎src/scss/star-rating.scss

Lines changed: 1 addition & 548 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.