Minima is an ultra minimal css boilerplate (largely) based on Milligram. Minima offers a very minimal set of css rules and provides a great starting point for your web development projects.
Minima ships with a modified version of normalize.
Before | After(with Roboto) |
---|---|
You can choose to either download Minima manually:
<link rel="stylesheet" type="text/css" href="/path/to/minima.min.css">
Or source it from jsDelivr CDN.
https://cdn.jsdelivr.net/gh/shreyasminocha/Minima@[insert latest version]/dist/minima.min.css
https://cdn.jsdelivr.net/gh/shreyasminocha/Minima@[insert latest version]/dist/minima.css
Make sure to replace [insert latest version]
above with the latest version number!
Perhaps all of markdown and no more.
- browser reset
- headings
- paragraphs
- blockquotes
- code fences
- links
- lists
- tables
- images
Milligram offers more rules such as forms, buttons etc. If that would better fit your needs, make sure to check it out, it's awesome.
Licensed under the MIT License.