# Customizable CSS

Customizable css is a css framework with utility base classes as well as components

[![node version](https://img.shields.io/npm/v/customizable-css.svg?style=flat-square)](https://www.npmjs.com/package/customizable-css/)
[![downloads](https://img.shields.io/npm/dm/customizable-css.svg?style=flat-square)](https://www.npmjs.com/package/customizable-css/)

## Installation

You can install the package with **NPM**

### NPM

```bash
npm i customizable-css
```

### Import on SASS

If you want customize some variables you can then import the main sass file

```sass
@import "~customizable-css/css/main.scss" ;
```

### CDN

You can also use this **CDN**

```html
<!-- CSS -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/customizable-css@1.1.2/css/main.min.css"
/>
<!-- Optional Javascript for Components -->
<script
  type="text/javascript"
  src="https://cdn.jsdelivr.net/npm/customizable-css@1.1.2/js/main.js"
></script>
```

### Clone

Or you can clone the entire repo

```bash
git clone https://github.com/HanielHernandez/custom-css.git
```

## Documentation

Early documentation can be found [here](https://hanielhernandez.github.io/custom-css/) and it will be improved and updated as new feature are released.

## Creator

Hi, I am **Haniel Hernández**, a **Front end** developer from **Nicaragua** and I create this project like a hobby and as a way to practice my sass, hope you found it usefull.

if you wanto to take part of this project you can contact me by:

- <https://github.com/HanielHernandez>
