Skip to content

dgknca/css-skeletons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e88afff · Jul 24, 2022

History

51 Commits
Jul 19, 2022
Jul 19, 2022
Jul 19, 2022
Oct 17, 2020
Oct 24, 2020
Jul 18, 2022
Jul 18, 2022
Jul 24, 2022
Jul 19, 2022
Jul 19, 2022
Jul 19, 2022

Repository files navigation

Single div, dynamic, fully customizable CSS library.

Documentation

See full documentation

Getting Started

Use from CDN

<!-- UNPKG -->
<link rel="stylesheet" href="https://unpkg.com/css-skeletons@1.0.7/dist/css-skeletons.min.css"/>

<!-- JSDelivr -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/css-skeletons@1.0.7/dist/css-skeletons.min.css"/>

or

Install from NPM

npm i css-skeletons
import 'css-skeletons'

Development

Make sure you have gulp-cli installed.

npm install --global gulp-cli

Then just run gulp to build/watch the index.scss.

gulp