diegohaz / arc

React starter kit based on Atomic Design

Home Page:https://arc.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

css from external libraries

pgrekovich opened this issue · comments

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?

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!

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

#188