diegohaz / arc

React starter kit based on Atomic Design
https://arc.js.org
2.91k stars 295 forks source link

css from external libraries #329

Open pgrekovich opened 6 years ago

pgrekovich commented 6 years ago

How to i can connect external libs css like: import 'awesomelib/awesomelib.css? I do not fully understand where I should connect it, and whether it is necessary to add something to server configurations?

dedegkaev commented 6 years ago

I'm also interested in this!!! {assets.css.map(path => <link rel="stylesheet" type="text/css" key={path} href={path} />)} - how to use? how to add css to assets? Thank!

mininternet commented 6 years ago

this issue describes how i myself was able to get it working -

https://github.com/diegohaz/arc/issues/188