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

Commit 24cf43c

Browse files
committed
switch to full import of uswds
1 parent 3ebc3dd commit 24cf43c

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
@@ -56,6 +56,18 @@ const patterns = [
5656
from: './assets/img',
5757
to: join(OUTPUT_PATH, '/assets/img')
5858
},
59+
{
60+
from: './styles/uswds/img',
61+
to: join(OUTPUT_PATH, '/uswds/img')
62+
},
63+
{
64+
from: './styles/uswds/js',
65+
to: join(OUTPUT_PATH, '/uswds/js')
66+
},
67+
{
68+
from: './styles/uswds/fonts',
69+
to: join(OUTPUT_PATH, '/uswds/fonts')
70+
},
5971
{
6072
from: './src/components/about-page/html',
6173
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)