Typeplate is a “Typographic Starter Kit.” We don’t make aesthetic design choices, but define proper markup with extensible styling for common typographic patterns. A stripped-down Sass library concerned with the appropriate technical implementation of design patterns—not how they look.
Typeplate is a typographic starter kit that provides proper markup and styling for common typographic patterns. It is a stripped-down Sass library focused on the technical implementation of design patterns. This article highlights the features and provides installation instructions for Typeplate.
Authors can also customize the defaults of Typeplate by including a custom variables file.
npm i typeplate-starter-kit in your project's directory.Note: There are two installation options provided for npm, with option #2 recommended for fewer HTTP requests.
Typeplate is a typographic starter kit that offers proper markup and styling for common typographic patterns. It is a lightweight and extensible Sass library that can be easily installed via .scss @import, .css or npm.
Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.