stylific-lite

0.0.1 • Public • Published

Overview

stylific-lite is a tiny CSS library that normalises built-in HTML styles and makes them more palatable.

Useful when you want a decent looking HTML document without any fancy-shmancy design.

Source on GitHub →

Usage

Copy the prebuilt CSS from this documentation page and add overrides as you see fit.

docs.css →

Or, if you're fancy, use the SCSS source.

Install from npm:

npm i --save-dev Mitranim/stylific-lite

Configure variables in your source, then import the library:

$sf-body-max-width: 768px;
$sf-font-family-sans-serif: Open Sans, sans-serif;

// (Adjust the path if necessary.)
@import './node_modules/stylific-lite/scss/stylific-lite';

// Optional.
@import './node_modules/stylific-lite/scss/classes';

Misc

This a lightweight companion to stylific

License: Do What The Fuck You Want To →

Readme

Keywords

Package Sidebar

Install

npm i stylific-lite

Weekly Downloads

1

Version

0.0.1

License

WTFPL

Last publish

Collaborators

  • mitranim