Skip to content

Commit

Permalink
Move css-rules-warning to styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-dv committed Jan 20, 2018
1 parent 8bc13f7 commit 9839c40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/angular-cli/.storybook/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { configure } from '@storybook/angular';
import addCssWarning from '../src/cssWarning';
import '../src/assets/common.css'

addCssWarning();

Expand Down
3 changes: 0 additions & 3 deletions examples/angular-cli/src/assets/common.css

This file was deleted.

4 changes: 4 additions & 0 deletions examples/angular-cli/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
.green-color {
color: green;
}

.css-rules-warning {
display: none;
}

0 comments on commit 9839c40

Please sign in to comment.