smakosh / unnamed-css-framework

A simple colorful CSS framework

Home Page:https://unnamed.smakosh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unnamed

Unnamed is a simple colorful css framework that is recommended to be used while learning something and you're too lazy to style your components or for building prototypes, created by Ismail Ghallou (Smakosh).

Package Version Package Downloads

Support me on Patreon

Npm

npm install --save unnamed

Yarn

yarn add unnamed

CDN

<link rel="stylesheet" href="https://unpkg.com/unnamed" />

Documentation

https://unnamed.smakosh.com

Development

For web apps

Npm

$ npm install --save unnamed

Yarn

$ yarn add unnamed

Usage with webpack:

import 'unnamed'

For landing pages

Clone & start dev server

$ git clone https://github.com/smakosh/Unnamed-getting-started.git

$ cd Unnamed-getting-started && yarn install && bower install

$ gulp serve

To Build

$ gulp build

Or include CDN

License

MIT © Unnamed

About

A simple colorful CSS framework

https://unnamed.smakosh.com

License:MIT License


Languages

Language:CSS 66.5%Language:HTML 26.1%Language:JavaScript 7.4%