An open API service indexing awesome lists of open source software.

https://github.com/ae-app-labs/spork-css

a simple and lightweight CSS framework that is customizable and extendable
https://github.com/ae-app-labs/spork-css

css framework scss

Last synced: 28 days ago
JSON representation

a simple and lightweight CSS framework that is customizable and extendable

Awesome Lists containing this project

README

          


icon

spork-css


A simple and lighweight css framework that is customizable and extendable.


Preview
Documentation

[![npm version](https://img.shields.io/npm/v/spork-css.svg?style=flat-square)](https://www.npmjs.com/package/spork-css) [![install size](https://img.shields.io/badge/dynamic/json?url=https://packagephobia.com/v2/api.json?p=spork-css&query=$.install.pretty&label=install%20size&style=flat-square)](https://packagephobia.now.sh/result?p=spork-css) [![npm downloads](https://img.shields.io/npm/dm/spork-css.svg?style=flat-square)](https://npm-stat.com/charts.html?package=spork-css)

## Description
spork-css is built from the ground up and takes inspiration from other incredible frameworks like `bulma.io` etc. This is a work in progress and not a fully fledged framework. The name of this project is based on a repo name randomy generated by Github called "Glowing Spork".

## Installation
Install spork-css into your project using the npm install command.
`npm i spork-css`

Pull in the library into your scss file and start developing.
```
// Import the library
@import '~/spork-css';
```

## Documentation
See the documentation for usage and how to customize.
https://ae-app-labs.github.io/spork-css/

## npm-js
The library is published to `npm-js` at [spork-css](https://www.npmjs.com/package/spork-css)

## Sample
A Sample implementation is provided in the /test folder for reference on how to use and customize.
[Preview Here](https://htmlpreview.github.io/?https://github.com/ae-app-labs/spork-css/blob/main/test/index.html)

## License
ISC License

Copyright 2024 AeAppLabs

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.