0.0.2 • Published 5 years ago

@constant-core-ui/base v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@constant-core-ui/base

This is style base of constant.money

Usage

Imports

Install dependencies

https://github.com/FortAwesome/react-fontawesome#installation

yarn add @fortawesome/fontawesome-svg-core
yarn add @fortawesome/react-fontawesome
yarn add @fortawesome/pro-regular-svg-icons

Import fonts at your head

<link href="https://fonts.googleapis.com/css?family=PT+Mono" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900&amp;subset=cyrillic,cyrillic-ext,latin-ext,vietnamese" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet" />

Import at SCSS root file

@import "~bootstrap-nojs/bootstrap.css";
@import "~@constant-core-ui/base/constant.scss";

Documents

Coming soon!