https://github.com/mitranim/stylific-lite
Unfancy CSS
https://github.com/mitranim/stylific-lite
Last synced: 16 days ago
JSON representation
Unfancy CSS
- Host: GitHub
- URL: https://github.com/mitranim/stylific-lite
- Owner: mitranim
- Created: 2016-01-08T09:30:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T08:28:57.000Z (over 10 years ago)
- Last Synced: 2025-11-12T03:22:32.237Z (8 months ago)
- Language: CSS
- Homepage: http://mitranim.com/stylific-lite/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 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.
## Usage
Copy the prebuilt CSS from this documentation and add overrides as you see fit.
Or, if you're fancy, use the SCSS source.
Install from `npm`:
```sh
npm i --save-dev Mitranim/stylific-lite
```
Configure variables in your source, then import the library:
```scss
$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 is a lightweight companion to
`stylific` →
License: Do What The Fuck You Want To →