All Projects → modulz → Modulz Atomic

modulz / Modulz Atomic

Licence: mit
A set of single-purpose CSS classes for scalable front-end development.

Projects that are alternatives of or similar to Modulz Atomic

Flexlib
FlexLib是一个基于flexbox模型,使用xml文件进行界面布局的框架,融合了web快速布局的能力,让iOS界面开发像写网页一样简单快速
Stars: ✭ 1,569 (+1186.07%)
Mutual labels:  framework
Laf
This project intends to provide a series of tools to craft, parse, send, analyze and crack a set of LoRaWAN packets in order to audit or pentest the security of a LoraWAN infrastructure.
Stars: ✭ 119 (-2.46%)
Mutual labels:  framework
Nimble
Stars: ✭ 121 (-0.82%)
Mutual labels:  framework
Kyua
Testing framework for infrastructure software
Stars: ✭ 117 (-4.1%)
Mutual labels:  framework
Narration
The Narration PHP Framework - Empowering everyone to build reliable and loosely coupled web apps.
Stars: ✭ 119 (-2.46%)
Mutual labels:  framework
Puresharp
Puresharp is a Framework that provides the essential APIs (AOP, IOC, etc...) to productively build high quality (.NET 4.5.2+ & .NET Core 2.1+) applications through reliability, scalability and performance without no compromise
Stars: ✭ 120 (-1.64%)
Mutual labels:  framework
Tensorflowframework
An extendable framework for training neural network models using TensorFlow.
Stars: ✭ 117 (-4.1%)
Mutual labels:  framework
Eviltwinframework
A framework for pentesters that facilitates evil twin attacks as well as exploiting other wifi vulnerabilities
Stars: ✭ 122 (+0%)
Mutual labels:  framework
Oxygen
一个轻量级Java框架,包含ioc、aop、config、cache、job、Jdbc、web等
Stars: ✭ 119 (-2.46%)
Mutual labels:  framework
O2
2D Game Engine with visual WYSIWYG editor
Stars: ✭ 121 (-0.82%)
Mutual labels:  framework
Server
Framework NodeJS for GraphQl
Stars: ✭ 118 (-3.28%)
Mutual labels:  framework
Canari3
Canari v3 - next gen Maltego framework for rapid remote and local transform development
Stars: ✭ 118 (-3.28%)
Mutual labels:  framework
Ipv6tools
IPv6Tools is a robust modular framework that enables the ability to visually audit an IPv6 enabled network.
Stars: ✭ 120 (-1.64%)
Mutual labels:  framework
Android Readthefuckingsourcecode
😜 记录日常的开发技巧,开发中遇到的技术重点、难点,各个知识点的总结,优质面试题等等。持续更新...
Stars: ✭ 1,665 (+1264.75%)
Mutual labels:  framework
Arikawa
A Golang library and framework for the Discord API.
Stars: ✭ 123 (+0.82%)
Mutual labels:  framework
Netclient Ios
Versatile HTTP Networking in Swift
Stars: ✭ 117 (-4.1%)
Mutual labels:  framework
Tinypart
TinyPart is an iOS modularization framework implemented by Ojective-C. It also supports URL-routing and inter-module communication. TinyPart是一个由Objective-C编写的面向协议的iOS模块化框架,同时它还支持URL路由和模块间通信机制。
Stars: ✭ 120 (-1.64%)
Mutual labels:  framework
Group
轻量级框架 。实现了定时任务功能,分布式任务队列,命令行控制台,数据库脚本自动化,单元测试, rpc服务,多进程服务(模拟map-reduce)等等实用的功能!! 文档 https://fucongcong.gitbooks.io/group-doc/content/.
Stars: ✭ 122 (+0%)
Mutual labels:  framework
Telegraff
Kotlin DSL для разработки Telegram ботов
Stars: ✭ 122 (+0%)
Mutual labels:  framework
Harmonic
A high performance and scalable RTMP live streaming application framework
Stars: ✭ 121 (-0.82%)
Mutual labels:  framework

Bantam

A set of single-purpose CSS classes for every functional CSS property. Reuse this framework on every website ever to build any layout and perform common functional tasks.

Things to note

  • Fully responsive, mobile-first structure.
  • Simple and easy to learn naming convention.
  • Built on PostCSS.
  • Reusable across all projects.
  • Less than 15kb when minified and gzipped.
  • Browser support down to IE9.

Naming convention

The general syntax looks like {propertyName-valueName}

.float-left { float: left; }

When the CSS property consists of two or more words, abbreviate the property name to its initials:

.ta-center { text-align: center; }
.lst-disc  { list-style-type: disc; }
.tr-optimizeLegibility  { text-rendering: optimizeLegibility; }

Getting started

The simplest and fastest way to get started is to include the minified CSS file in your project. Just add this snippet to the head of your html file:

<link rel="stylesheet" href="https://s3.amazonaws.com/bantam/bantam.min.css">

Install through npm to take advantage of future updates:

npm install bantam

License

MIT. You can use Bantam as you see fit.

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].