All Projects → coding-blocks → motley

coding-blocks / motley

Licence: other
CSS Framework based on ITCSS

Programming Languages

SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to motley

beercss
Build material design interfaces in record time... without stress for devs... 🍺💛
Stars: ✭ 223 (+829.17%)
Mutual labels:  responsive, css-framework
Ivory
A modern CSS framework for developing powerful web interfaces faster and easier.
Stars: ✭ 61 (+154.17%)
Mutual labels:  responsive, css-framework
Mini.css
A minimal, responsive, style-agnostic CSS framework!
Stars: ✭ 2,938 (+12141.67%)
Mutual labels:  responsive, css-framework
aioneframework
Aione Framework: All-in-one lightweight mobile first front-end framework to design websites, web applications, mobile applications, progressive web applications having large number of examples, documentation, tutorials, community support, components.
Stars: ✭ 13 (-45.83%)
Mutual labels:  responsive, css-framework
Bonsai.css
A Utility Complete CSS Framework for less than 45kb (8kB Gzipped) -
Stars: ✭ 254 (+958.33%)
Mutual labels:  responsive, css-framework
Jikan
A new CSS framework for better, faster and more beautiful UIs.
Stars: ✭ 19 (-20.83%)
Mutual labels:  responsive, css-framework
Beamwind
a collection of packages to compile Tailwind CSS like shorthand syntax into CSS at runtime
Stars: ✭ 32 (+33.33%)
Mutual labels:  responsive, css-framework
atomize
A library of atomic CSS classes.
Stars: ✭ 51 (+112.5%)
Mutual labels:  responsive, css-framework
Numl
A UI Design Language, WC UI Library, and Runtime CSS Framework for rapidly building interfaces that follow your Design System 🌈
Stars: ✭ 229 (+854.17%)
Mutual labels:  responsive, css-framework
Tailwindcss
A utility-first CSS framework for rapid UI development.
Stars: ✭ 50,879 (+211895.83%)
Mutual labels:  responsive, css-framework
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+2883.33%)
Mutual labels:  responsive, css-framework
Fluid
Modern, Stylish, Easier and Powerful Css framework for faster and hassle free web development
Stars: ✭ 24 (+0%)
Mutual labels:  responsive, css-framework
Framy Css
Very simple CSS Framework
Stars: ✭ 103 (+329.17%)
Mutual labels:  responsive, css-framework
PotatoCSS
🥔 Simple CSS framework for hackers. Simple as potato.
Stars: ✭ 53 (+120.83%)
Mutual labels:  responsive, css-framework
boba
A lightweight, modular CSS framework.
Stars: ✭ 47 (+95.83%)
Mutual labels:  responsive, css-framework
fortune
🔮Fortune is your friendly CSS properties framework.
Stars: ✭ 16 (-33.33%)
Mutual labels:  css-framework
FlexBoxFX
FlexBoxFX is a JavaFX implementation of CSS3 flexbox.
Stars: ✭ 65 (+170.83%)
Mutual labels:  responsive
Punica-CSS-Framework
Punica CSS is a clean, lightweight, responsive, modern and fully customizable (even class names) pure CSS Framework based on SASS / SCSS with multi-theme support.
Stars: ✭ 35 (+45.83%)
Mutual labels:  css-framework
react-native-dimension
A React Native Dimension for Responsive Layout
Stars: ✭ 31 (+29.17%)
Mutual labels:  responsive
Sitegeist.Kaleidoscope
Responsive Images for Neos CMS
Stars: ✭ 27 (+12.5%)
Mutual labels:  responsive

Motley

Build Status

This project is just a bundle of common CSS that we use accross our frontend applications at Coding Blocks. It is based on ITCSS architecture and written using Sass. The purpose of this project is to make process of developing HTML and CSS loosely coupled with actual frontend project to allow easy contribution and scalability in terms of development effort.

Demo

https://coding-blocks.github.io/motley

Building and Running Motley Locally

Building and running Motley in your local dev environment is very easy. Be sure you have Node.js and Yarn installed, then follow the directions below.

  1. Clone the source code

git clone https://github.com/coding-blocks/motley.git

  1. Change directory to motley and Install development dependencies

cd motley

yarn install

  1. Run a local development server

yarn start

Motley will start running on localhost:9000.

Directory Structure

 | sass/styles     contains sass files
 | examples
   - public        contains static assets
   - components    contains individual components
                   these are registered as partials and can be used in pages or other components
   - views         Individual pages, gets build into examples/html/*.html files

See Motley in Action

Motley is used in the following websites -

  1. Coding Blocks Online
  2. Hacker Blocks
  3. Coding Blocks Account Dashboard

Maintainers

  1. Bipin Kalra
  2. Vibhu Dujari
  3. Abhishek Gupta
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].