Skip to content

mohouyizme/unnamed-css-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.5%
  • HTML 26.1%
  • JavaScript 7.4%