Skip to content

Commit

Permalink
Fixed #9111 - Ripple effect is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Aug 6, 2020
1 parent 8e6fb17 commit 34e8f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ gulp.task('build-css-prod', function() {
'src/app/components/inputtextarea/inputtextarea.css',
'src/app/components/password/password.css',
'src/app/components/radiobutton/radiobutton.css',
'src/app/components/ripple/ripple.css',
'src/app/components/tooltip/tooltip.css'
])
.pipe(concat('primeng.css'))
Expand Down

0 comments on commit 34e8f18

Please sign in to comment.