Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://bkzl.github.io/hocus-pocus
Universal and lightweight stylesheet starter kit
https://bkzl.github.io/hocus-pocus
css framework sass scss
Last synced: 18 days ago
JSON representation
Universal and lightweight stylesheet starter kit
- Host: GitHub
- URL: https://bkzl.github.io/hocus-pocus
- Owner: bartkozal
- License: mit
- Archived: true
- Created: 2014-08-25T16:27:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T19:11:49.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T18:32:01.425Z (about 1 month ago)
- Topics: css, framework, sass, scss
- Language: CSS
- Homepage:
- Size: 460 KB
- Stars: 128
- Watchers: 9
- Forks: 10
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sass - Hocus-Pocus - Universal and lightweight stylesheet starter kit that focuses on base html elements and typography. (Frameworks)
README
# Hocus-Pocus
[Hocus-Pocus](https://brtjkzl.github.io/hocus-pocus) is a universal and lightweight stylesheet
starter kit that focuses on base html elements and typography. You can change
the look of every single component, disable some features and define a range
of helpers with variables.## Why not Bootstrap?
Libraries like Bootstrap or Foundation are great and have greatly changed how
people think about CSS. However, in most cases within my own project work, I
just don’t need all these features and UI components like progress bars or
breadcrumbs. Instead, I prefer to have something more universal that I can use
in any project.## Key Features
The following features are the most characteristic to Hocus-Pocus:
- Enhanced [normalize.css](https://github.com/necolas/normalize.css) reset
- Default colors set and color helpers thanks to [clrs.cc](http://clrs.cc)
- Widely responsive web design support with customizable breakpoints and approach
- Flexbox grid with universal, fraction based width helpers
- Visibility and spacing helpers (auto-generated for the each viewport breakpoint!)
- Typography with vertical rhythm based on rem units
- Components like lists, menus, tables, forms, buttons, boxes, media object and sticky footer---
You can find full documentation at [brtjkzl.github.io/hocus-pocus](https://brtjkzl.github.io/hocus-pocus).
Code is open sourced [on GitHub](https://github.com/brtjkzl/hocus-pocus/).
Up to date changelog is available under [the releases
section](https://github.com/brtjkzl/hocus-pocus/releases).