customizable-css

1.2.0 • Public • Published

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:

Package Sidebar

Install

npm i customizable-css

Weekly Downloads

0

Version

1.2.0

License

ISC

Unpacked Size

733 kB

Total Files

68

Last publish

Collaborators

  • harenjaegger