Skip to content

Commit cdc2467

Browse files
committed
Expand scoped animations demo
1 parent 8d1c4df commit cdc2467

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/5-ScopedAnimations/ScopedAnimationsDemo.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ import React, { Component } from 'react';
44

55
import js from '!!raw!./ScopedAnimations.js';
66
import css from '!!raw!./ScopedAnimations.css';
7+
import animationsCss from '!!raw!shared/styles/animations.css';
78
import Snippet from 'shared/Snippet/Snippet';
89

910
export default class ScopedAnimationsDemo extends Component {
1011

1112
render() {
1213
const files = [
1314
{ name: 'ScopedAnimations.js', source: js },
14-
{ name: 'ScopedAnimations.css', source: css }
15+
{ name: 'ScopedAnimations.css', source: css },
16+
{ name: 'shared/styles/animations.css', source: animationsCss }
1517
];
1618

1719
return (

0 commit comments

Comments
 (0)