Skip to content

Commit 8cc6553

Browse files
nathanstittsilvenon
authored andcommitted
Add extension onto flexboxgrid import (#93)
Makes it easier to mock when testing, since testing setups have a role saying to mock out '*.css'
1 parent b84b945 commit 8cc6553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classNames.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import styles from 'flexboxgrid';
1+
import styles from 'flexboxgrid/dist/flexboxgrid.css';
22

33
export default function getClass(className) {
44
return (styles && styles[className]) ? styles[className] : className;

0 commit comments

Comments
 (0)