cli icon indicating copy to clipboard operation
cli copied to clipboard

Cli to postprocess tachyons stylesheets and generate documentation

Results 14 cli issues
Sort by recently updated
recently updated
newest added

Fix aliases recognition Fix examples in help message Also option outputFile is deleted as it is not properly recognized for tachyonsBuildCss, This fix allows tachyons `build:minify` script run properly

The `-m` flag isn’t minifying the code but the `--minify` flag does.

bug

Now that the tachyons build process supports additional postcss plugins (https://github.com/tachyons-css/tachyons-build-css/pull/9), I was wondering if it makes sense for the client to support it in it's interface. The user would...

Hey, To solve the problem of creating new breakpoints and update them along the project. I try to create the most **unobtrusive breakpoint generator**. I love the simplicity and the...