1.2.0 • Published 3 years ago

customizable-css v1.2.0

Weekly downloads
21
License
ISC
Repository
github
Last release
3 years ago

Customizable CSS

Customizable css is a css framework with utility base classes as well as components

node version downloads

Installation

You can install the package with NPM

NPM

npm i customizable-css

Import on SASS

If you want customize some variables you can then import the main sass file

@import "~customizable-css/css/main.scss" ;

CDN

You can also use this CDN

<!-- 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

git clone https://github.com/HanielHernandez/custom-css.git

Documentation

Early documentation can be found here 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:

1.2.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

0.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago