https://github.com/tachyons-css/tachyons-sass
Transpiled Sass partials for Tachyons
https://github.com/tachyons-css/tachyons-sass
Last synced: about 1 month ago
JSON representation
Transpiled Sass partials for Tachyons
- Host: GitHub
- URL: https://github.com/tachyons-css/tachyons-sass
- Owner: tachyons-css
- License: mit
- Created: 2015-11-03T01:43:11.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T02:55:01.000Z (over 2 years ago)
- Last Synced: 2025-05-08T12:31:12.010Z (about 2 months ago)
- Language: SCSS
- Homepage:
- Size: 1.27 MB
- Stars: 317
- Watchers: 13
- Forks: 58
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# tachyons-sass [](https://travis-ci.org/tachyons-css/tachyons-sass)
Transpiled partials for Tachyons.
## Installation
```bash
npm install --save tachyons-sass
```## Usage
```scss
@import "path/to/tachyons.scss";
```## License
MIT
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull RequestBuilt by [@mrmrs_](https://twitter.com/mrmrs_) & [@4lpine](https://twitter.com/4lpine).
***
> This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).