https://github.com/ymichael/tachyons-less
Tachyons transpiled into less.
https://github.com/ymichael/tachyons-less
Last synced: about 1 year ago
JSON representation
Tachyons transpiled into less.
- Host: GitHub
- URL: https://github.com/ymichael/tachyons-less
- Owner: ymichael
- License: mit
- Created: 2016-09-02T04:19:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T02:39:52.000Z (about 9 years ago)
- Last Synced: 2025-03-23T21:03:42.957Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 69.3 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tachyons-less
[Tachyons](http://tachyons.io) transpiled into less.
## Installation
```
npm install --save tachyons-less
```
## Usage
```
@import "path/to/tachyons.less"
```
## Credits
Borrows heavily from [tachyons-sass](https://github.com/tachyons-css/tachyons-sass).