⭐️ phtn
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.