Minimal CSS Framework for semantic HTML
Elegant styles for all native HTML elements without .classes
and dark mode automatically enabled.
Examples and documentation
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
andsection
. - Only top level
@import
to make it easier to pick and choose which parts you want in your project.
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.
TODO
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”.
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.
If you are interested in contributing to Zepto CSS, please read our contributing guidelines.
Licensed under the MIT License.
Relevant third-party tools and resources we depend on:
Zepto Library:
- Feather Icons (Licensed MIT)
- Normalize.css: CSS reset (Licensed MIT)
- Sanitize.css: Cross-browser default styling (Licensed CC0 1.0 Universal)