Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harish81/planckcss

A minimal css framework based on miligram and flexbox grid.
https://github.com/harish81/planckcss

css flexbox grid lightweight miligram

Last synced: 5 days ago
JSON representation

A minimal css framework based on miligram and flexbox grid.

Awesome Lists containing this project

README

        

logo

# planckcss
![version](https://img.shields.io/github/v/release/harish81/planckcss?include_prereleases&label=version)
![commit](https://img.shields.io/github/last-commit/harish81/planckcss)
![core size](https://img.shields.io/github/size/harish81/planckcss/docs/dist/planckcss.css?label=core)
![bundle size](https://img.shields.io/github/size/harish81/planckcss/docs/dist/planckcss.bundle.css?label=bundle)

A minimal css framework based on [milligram](https://github.com/milligram/milligram) and [flexbox grid2](https://github.com/evgenyrodionov/flexboxgrid2).
Planckcss is ~19 kb (Core) & ~35 kb (Bundle of all extensions).

Planckcss made using only css. All components are made of only using just css. There is no javascript at all.
Planckcss is extension based framework. You can use extension only if needed.

## How to use?([CDNs](https://www.jsdelivr.com/package/gh/harish81/planckcss))
```html

```
OR Import
```html

```

## Examples & Docs
https://harish81.github.io/planckcss/

## How to contribute?
Planckcss is made of `scss`. We use [laravel-mix](https://github.com/JeffreyWay/laravel-mix) to
bundle our css.

1. Clone repo.
2. `npm install`
3. Make changes to scss files in `src` directory.
4. Add Section to `docs/index.html`
5. Compile to css using `npm run dev`
6. Generate production minified css `npm run prod`

## Inspiration
- [Milligram](https://milligram.io/) - A minimalist CSS framework.
- [flexboxgrid2](https://github.com/evgenyrodionov/flexboxgrid2) - Bootstrap like grid based on css flexbox,
An original author [flexboxgrid](https://github.com/kristoferjoseph/flexboxgrid).
- [Bootstrap](https://getbootstrap.com/)