Skip to content

jhthorsen/zeptocss

 
 

Repository files navigation

Zepto.css

This project is currently a work in progress!

Minimal CSS Framework for semantic HTML
Elegant styles for all native HTML elements without .classes and dark mode automatically enabled.

Examples and documentation

Introduction

Zepto.css is a fork of the wonderful CSS Framework Pico.css but with these changes:

  • SASS is replaced by PostCSS, meaning Zepto.css will be closer to regular CSS.
  • No breakpoints.
  • No default styling for article and section.
  • Only top level @import to make it easier to pick and choose which parts you want in your project.

Features

Class-light and semantic
Zepto uses simple native HTML tags as much as possible.

Great styles with just one CSS file
No dependencies, package manager, external files, or JavaScript.

Responsive everything
Elegant and consistent adaptive spacings and typography on all devices.

Light or Dark mode
Shipped with two beautiful color themes, automatically enabled according to the user preference.

Usage

TODO

Limitations

Zepto can be used without custom CSS for quick or small projects. However, it’s designed as a starting point, like a “reset CSS on steroids”.

Browser support

Zepto is designed and tested for the latest stable Chrome, Firefox, Edge, and Safari releases. It does not support any version of IE, including IE 11.

Contributing

If you are interested in contributing to Zepto CSS, please read our contributing guidelines.

Copyright and license

Licensed under the MIT License.

Relevant third-party tools and resources we depend on:

Zepto Library:

About

Minimal CSS Framework for semantic HTML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 77.5%
  • HTML 19.7%
  • JavaScript 2.8%