Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit b639ce2

Browse files
EladBezalelErinCoughlan
authored andcommitted
feat(demos): add global classes support
- Add global styles to allow css outside of demo container fixes #8400 Closes #8406
1 parent 4649240 commit b639ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function generateDemos() {
7070

7171
utils.readModuleDemos(moduleName, function(demoId) {
7272
return lazypipe()
73-
.pipe(gulpif, /.css$/, transformCss(demoId))
73+
.pipe(gulpif, /^(?!.+global\.).*css/, transformCss(demoId))
7474
.pipe(gulp.dest, 'dist/docs/demo-partials/' + name)
7575
();
7676
})

0 commit comments

Comments
 (0)