phtn

A hastily composed library of utility CSS classes


Keywords
css
License
MIT
Install
npm install phtn@2.0.0

Documentation

⭐️ phtn

Build Status

A hastily composed library of utility CSS classes, inspired by tachyons.

Use

Install the package from the npm registry:

# Yarn:
yarn add phtn

# npm
npm install --save phtn

Then, include the CSS in your assets:

import 'phtn/dist/phtn.css'

Alternatively, use the minified version:

import 'phtn/dist/phtn.min.css'

License

MIT. See LICENSE.