Skip to content

Commit

Permalink
Actually import stylesheet
Browse files Browse the repository at this point in the history
🤦🏼‍♂️
  • Loading branch information
scottybollinger committed Aug 27, 2020
1 parent 296d9ac commit eacb246
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import React from 'react';

import { truncate, truncateBeginning } from './';

import './truncated_content.scss';

interface ITruncatedContentProps {
content: string;
length: number;
Expand Down

0 comments on commit eacb246

Please sign in to comment.