Skip to content

Commit

Permalink
Moving index.css into main docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Mar 20, 2018
1 parent 5e62f17 commit 511e159
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/App/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// @flow
// @jsx glam

import './index.css';
import glam from 'glam';
import React, { Component, Fragment } from 'react';
import { BrowserRouter, Route, Switch } from 'react-router-dom';
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ module.exports = {
inject: false,
template: path.resolve(__dirname, 'docs/index.html'),
}),
new CopyWebpackPlugin(['_redirects', 'favicon.ico', 'App/index.css']),
new CopyWebpackPlugin(['_redirects', 'favicon.ico', 'index.css']),
],
};

0 comments on commit 511e159

Please sign in to comment.