Skip to content

a simple and lightweight CSS framework that is customizable and extendable

License

Notifications You must be signed in to change notification settings

ae-app-labs/spork-css

Repository files navigation

icon

spork-css

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

PreviewDocumentation

npm version install size npm downloads

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

Sample

A Sample implementation is provided in the /test folder for reference on how to use and customize.
Preview Here

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.