/notebook

A modern, lightweight boilerplate built with vanilla CSS

Primary LanguageCSSMIT LicenseMIT

Notebook Boilerplate

A modern, lightweight boilerplate built with vanilla CSS.

Get Started

Download as a zip

Clone the repo:

git clone https://github.com/ethanshutt/notebook.git
cd notebook

Why Notebook?

Notebook was created behind the idea that a quick starting point should be lightweight but flexible.

Core Features

  • Neutral Styles
  • Typography Focused
  • Responsive
  • Vanilla CSS
  • CSS Variable Setup

A word on CSS Variables

All modern browsers have support for Variables and Custom Properties. The current chart on CanIUse.com puts support at around 93% global users. Most notably, there is zero support for IE (2% Global) and Opera Mini (1.3%).

Open test.html to see a few examples of what's going on behind the scenes.

Thanks

The idea behind this project was mostly inspired by Tania Rascia's Primitive.

It aims to make the starting process much faster, simpler, and organized.