Skip to content

01 Getting started

ねゆんせ edited this page Feb 28, 2023 · 1 revision

Introduction

This is a styling framework based on the KagariSoft color palette. Also this Framework is based on Bootstrap.

The updates will be published little by little and will not follow a specific order, so some styles will not be prioritized, for example: Styles for the mobile version, or very specific styles.

This Framework plans to cover only the important and necessary tags, as well as necessary styles, on the other hand, this Framework is oriented to a 2 typography design, the japanese language and the western typography (english, spanish).

Installation

CDN

<link href="https://cdn.jsdelivr.net/npm/@kagarisoft/csc/dist/css/common.min.css" rel="stylesheet">

or

<link href="https://cdn.jsdelivr.net/npm/@kagarisoft/csc@<version>/dist/css/common.min.css" rel="stylesheet">

NodeJS

npm install @kagarisoft/csc

yarn add @kagarisoft/csc

const kagaristyle = require('@kagarisoft/csc') or import '@kagarisoft/csc' will load all the styles.

Clone this wiki locally