Skip to content

Commit d330942

Browse files
committed
Move example styles into their own directory
1 parent e4b3eb0 commit d330942

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

examples/src/style.scss renamed to examples/src/scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $section-headings-color: #3498db;
44
$rct-color: #444;
55
$rct-border-color: #ccc;
66

7-
@import "../../src/scss/react-checkbox-tree";
7+
@import "../../../src/scss/react-checkbox-tree";
88
@import "cayman";
99

1010
.react-checkbox-tree {

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ gulp.task('build-style', () => (
5858
gulp.task('build', ['build-script', 'build-style']);
5959

6060
gulp.task('build-examples-style', () => (
61-
gulp.src('./examples/src/**/*.scss')
61+
gulp.src('./examples/src/scss/**/*.scss')
6262
.pipe(scsslint())
6363
.pipe(scsslint.failReporter())
6464
.pipe(sass({

0 commit comments

Comments
 (0)