Skip to content

smartupcorp/smarpy

Repository files navigation

smarpy

license NPM Version npm downloads

NPM

Overview

smarpy is an open-source web design sass library.

It uses oklch() to declare color palette.

If you want to use in React Project, you can use react-smarpy.

Installation

Use in Sass

npm install @smartupcorp/smarpy

Use in CSS

From CDN

<link
  rel="stylesheet"
  type="text/css"
  media="all"
  href="https://unpkg.com/@smartupcorp/smarpy/dist/css/smarpy.min.css"
/>
<link
  rel="stylesheet"
  type="text/css"
  media="all"
  href="https://unpkg.com/@smartupcorp/smarpy/dist/css/smarpy-utilities.min.css"
/>