Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4dfc27d

Browse files
committed
switch to full import of uswds
1 parent 58efd25 commit 4dfc27d

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

config/webpack/webpack.shared.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ const patterns = [
5555
from: './assets/img',
5656
to: join(OUTPUT_PATH, '/assets/img')
5757
},
58+
{
59+
from: './styles/uswds/img',
60+
to: join(OUTPUT_PATH, '/uswds/img')
61+
},
62+
{
63+
from: './styles/uswds/js',
64+
to: join(OUTPUT_PATH, '/uswds/js')
65+
},
66+
{
67+
from: './styles/uswds/fonts',
68+
to: join(OUTPUT_PATH, '/uswds/fonts')
69+
},
5870
{
5971
from: './src/components/about-page/html',
6072
to: join(OUTPUT_PATH, '/src/components/about-page/html')

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import App from 'components/app'
55
import buildStore from 'build-store'
66
import history from 'browser-history'
77
import { Provider } from 'react-redux'
8-
import 'uswds/dist/scss/uswds.scss'
98
import '../styles/_main.scss'
109
import syncers from 'syncers'
1110
import syncStore from 'sync-store'

0 commit comments

Comments
 (0)