All Projects → dlzi → brevis

dlzi / brevis

Licence: MIT License
CSS at scale

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to brevis

uniformcss
A fully configurable utility class generator and CSS framework built for Sass projects.
Stars: ✭ 133 (+114.52%)
Mutual labels:  css-framework, atomic-css, utility-first
Tachyons Verbose
Functional CSS for humans. Verbose edition.
Stars: ✭ 102 (+64.52%)
Mutual labels:  design, design-patterns, responsive-design
Tachyons
Functional css for humans
Stars: ✭ 11,057 (+17733.87%)
Mutual labels:  design, design-patterns, functional-css
steller-css
⛰️ A utility-first CSS framework that serves as the foundation of your design system
Stars: ✭ 14 (-77.42%)
Mutual labels:  css-framework, functional-css, atomic-css
atomize
A library of atomic CSS classes.
Stars: ✭ 51 (-17.74%)
Mutual labels:  css-framework, functional-css, atomic-css
System Design Primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Stars: ✭ 154,659 (+249350%)
Mutual labels:  design, design-patterns
pollen
The CSS variables build system
Stars: ✭ 754 (+1116.13%)
Mutual labels:  css-framework, functional-css
ekzo
💫 Functional Sass framework for rapid and painless development
Stars: ✭ 32 (-48.39%)
Mutual labels:  functional-css, atomic-css
Argon Design System
Argon - Design System for Bootstrap 4 by Creative Tim
Stars: ✭ 2,307 (+3620.97%)
Mutual labels:  design, responsive-design
adorable-css
Rapid On-Demand Atomic CSS Framework
Stars: ✭ 131 (+111.29%)
Mutual labels:  functional-css, atomic-css
hucssley
Hucssley - a full-featured, consistent, atomic utility class library for rapidly building performant UI
Stars: ✭ 79 (+27.42%)
Mutual labels:  css-framework, functional-css
Awesome Design Systems
A curated list of bookmarks, resources and articles about design systems focused on developers.
Stars: ✭ 222 (+258.06%)
Mutual labels:  design, design-patterns
Mobi.css
A lightweight, scalable, mobile-first CSS framework
Stars: ✭ 2,348 (+3687.1%)
Mutual labels:  design, css-framework
svbstrate
A functional/atomic/utility css library.
Stars: ✭ 51 (-17.74%)
Mutual labels:  functional-css, atomic-css
Sky Design
🌃 the design reference for the developers who care about good design.
Stars: ✭ 199 (+220.97%)
Mutual labels:  design, css-framework
assembler
A modern UI framework
Stars: ✭ 171 (+175.81%)
Mutual labels:  css-framework, utility-first
pine
Responsive CSS Framework ( PineCSS )
Stars: ✭ 41 (-33.87%)
Mutual labels:  css-framework, responsive-design
design-patterns-for-humans-cn
Design patterns for humans 中文版 - 对设计模式超简单的解释
Stars: ✭ 2,432 (+3822.58%)
Mutual labels:  design, design-patterns
Design Patterns
Modern view on classic design patterns implementation in Java
Stars: ✭ 157 (+153.23%)
Mutual labels:  design, design-patterns
Guides
An organized list of guides and tutorials for design, development, and system administration.
Stars: ✭ 166 (+167.74%)
Mutual labels:  design, responsive-design

Brevis is a powerfull and easy to use CSS toolkit.

CSS toolkit engineered for high performance and scalable web applications.


Special Features

  • Not a single !important rule 🎉
  • Selector-First responsive design
  • Logical and super easy naming convention
  • FDFD (fast development faster deployment)

More Features

Utility-first

Immutable classes behave exactly as expected. A class does one thing only and does it well.

Lightweight

Brevis is super fast, lean and play well with other technologies.

Low Specificity

Only the selectors with :hover pseudo-class have specificity of 20. All the other selectors have a specificity of 10.

Consistency

Consistency is in the heart of Brevis. Once you learn how it works, you'll see patterns everywhere.

Neutral

There's no default style to dictate how things should look like. That's entirely up to you.

Cohesive Scale Pattern

Brevis uses the 8-point scale pattern to ensure a consistent design.

Zero Dependency

  • NO libraries
  • NO preprocessors
  • NO javascript
  • NO npm
  • NO grunt
  • NO yarn
  • NO bower
  • NO travis
  • NO cdn

Just a single file.

Documentation

The documentation resides in the docs folder, and it reflects the master branch. You can browse the online documentation and FAQ section at https://dlzi.github.io/brevis/.

Contributing

Please read our guidelines for contributors.

Help

If you have a question or need help, feel free to open an issue.

Related Projects

Project Description
Brevis Autocomplete Sublime Text 3 autocomplete plugin for Brevis CSS toolkit.

Copyright and license

©2020 Daniel Zilli - code licensed MIT, docs CC BY 3.0.

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