Thomas89 / modulr.css

Modulr.css is fast and easy modular approach to building powerful web and mobile interfaces.

Home Page:https://decorator.io/modulr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modulr.css is fast and easy modular approach to building powerful web and mobile interfaces.

You can find v1 docs and examples at: Modulr.css

Modulr.css soon here :)

I've included minified css version for those who'd like to test modulr.css before official release.
Download or copy raw file of modulr.min.css, place it into your project folder and then add the following <link> element into your page's <head> before your project's stylesheets.

<link rel="stylesheet" href="modulr.min.css">

modulr.css is using font awesome icon lib, so make sure to include font awesome right above modulr.min.css file.

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">

Also make sure to include google fonts after font awesome css.

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800">

Work in progress:

  1. NODE.JS CLI
  • module (package) manager
  • layout/element/template generator
  • html/css precompiler
  1. Modules Listing Website Section
  2. Angular.js Support
  3. Web And App Examples

About

Modulr.css is fast and easy modular approach to building powerful web and mobile interfaces.

https://decorator.io/modulr/


Languages

Language:JavaScript 100.0%