Skip to content

Commit

Permalink
task(core): import cards styles as global [#94]
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapegnik committed Mar 12, 2020
1 parent b70dda9 commit ab3f571
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 10 deletions.
2 changes: 0 additions & 2 deletions components/articles/cards/ArticleCard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './article.scss';

import React from 'react';
import PropTypes from 'prop-types';
import cn from 'classnames';
Expand Down
2 changes: 0 additions & 2 deletions components/articles/cards/CardWrapper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './cardWrapper.scss';

import React from 'react';
import PropTypes from 'prop-types';
import cn from 'classnames';
Expand Down
2 changes: 0 additions & 2 deletions components/articles/cards/PlaceholderCard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './placeholder.scss';

import React from 'react';

export default () => <div className="placeholder" />;
4 changes: 0 additions & 4 deletions components/articles/cards/TagCard.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import './tagCard.scss';
import './location.scss';
import './person.scss';

import React from 'react';
import PropTypes from 'prop-types';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ import 'components/common/layout/header/styles.scss';
import 'components/articles/blocks/tagPageBlockB.scss';
import 'components/articles/blocks/tagPageBlockCD.scss';
import 'components/articles/blocks/tagsByTopic.scss';
import 'components/articles/cards/cardWrapper.scss';
import 'components/articles/cards/article.scss';
import 'components/articles/cards/placeholder.scss';
import 'components/articles/cards/tagCard.scss';
import 'components/articles/cards/location.scss';
import 'components/articles/cards/person.scss';

import React from 'react';
import PropTypes from 'prop-types';
Expand Down

0 comments on commit ab3f571

Please sign in to comment.