https://github.com/andrewmacmurray/tachyons-setup
Customisable setup for using tachyons in a project
https://github.com/andrewmacmurray/tachyons-setup
boilerplate css postcss tachyons
Last synced: 7 months ago
JSON representation
Customisable setup for using tachyons in a project
- Host: GitHub
- URL: https://github.com/andrewmacmurray/tachyons-setup
- Owner: andrewMacmurray
- License: mit
- Created: 2017-02-19T11:10:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T11:49:20.000Z (over 8 years ago)
- Last Synced: 2025-01-21T18:51:15.142Z (9 months ago)
- Topics: boilerplate, css, postcss, tachyons
- Language: CSS
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tachyons Setup
A quick and customisable setup for using [tachyons](http://tachyons.io/) in a project with [postCSS](http://postcss.org/)
to add to your project:
copy over:
+ the `css` folder
+ the `postcss-config.js`
+ the `dependencies`, `devDependencies` and `css` script in the `package.json`to compile the css run:
```sh
> npm run css
```this will make `style.min.css` containing all the styles in the root directory
to change where postCSS looks for your css files and outputs `style.min.css` edit the `input` and `output` fields in the `postcss-config.js` file