Socket
Socket
Sign inDemoInstall

@coding-blocks/motley

Package Overview
Dependencies
47
Maintainers
4
Versions
162
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @coding-blocks/motley

Motley is a new generation CSS framework based on ITCSS and Sass , it allows you to design component-driven webpages with little or no effort.


Version published
Weekly downloads
720
decreased by-10.22%
Maintainers
4
Install size
5.62 MB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 11 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc