kyle-villeneuve / responsive_type

A one size fits all responsive type solution. Demo: https://codepen.io/kylevilleneuve/pen/XqeVdZ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsive Type

The last time you will ever have to worry about responsive type, seriously! Configure all type settings in one file using sass variables.

Usage

Add responsive_type.scss to your scss folder, and import into your main.scss file, I would also recommend resetting your css if you haven't already done so.

import 'reset'; // recommended
import 'responsive_type';

About

A one size fits all responsive type solution. Demo: https://codepen.io/kylevilleneuve/pen/XqeVdZ


Languages

Language:CSS 85.6%Language:HTML 8.5%Language:JavaScript 5.9%