Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swashcap/phtn
A hastily composed library of utility CSS classes
https://github.com/swashcap/phtn
css
Last synced: 5 days ago
JSON representation
A hastily composed library of utility CSS classes
- Host: GitHub
- URL: https://github.com/swashcap/phtn
- Owner: swashcap
- License: mit
- Created: 2019-02-17T05:06:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T23:34:57.000Z (over 5 years ago)
- Last Synced: 2024-09-23T08:09:12.706Z (about 2 months ago)
- Topics: css
- Language: CSS
- Homepage: https://swashcap.github.io/phtn/index.html
- Size: 629 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⭐️ phtn
[![Build Status](https://travis-ci.org/swashcap/phtn.svg?branch=master)](https://travis-ci.org/swashcap/phtn)
_A hastily composed library of utility CSS classes, inspired by
[tachyons](https://github.com/tachyons-css/tachyons#readme)._## Use
Install the package [from the npm registry](https://www.npmjs.com/package/phtn):
```shell
# Yarn:
yarn add phtn# npm
npm install --save phtn
```Then, include the CSS in your assets:
```js
import 'phtn/dist/phtn.css'
```Alternatively, use the minified version:
```js
import 'phtn/dist/phtn.min.css'
```## License
MIT. See [LICENSE](./LICENSE).