generator icon indicating copy to clipboard operation
generator copied to clipboard

Generate a custom Tachyons build from a config file

Results 24 generator issues
Sort by recently updated
recently updated
newest added

Bumps [next](https://github.com/vercel/next.js) from 5.0.0 to 11.1.3. Release notes Sourced from next's releases. v11.1.3 See https://github.com/vercel/next.js/releases/v12.0.5 for details about this patch. v11.1.3-canary.105 Core Changes Update swc-minify-enabled link: #30290 Fix middleware header...

dependencies

Currently if I want to add some extra colors it seems I need to specify them all plus the new colors. What do you think of the change to allow...

Please close if not relevant. I'm trying to replicate the "original" tachyons CSS library from tachyons.io website using this generator. Reasoning: we want to migrate to the generator and customise...

Is there a roadmap of things that need to be completed before the generator is deemed "ready for production?"

question

That would be useful when you only support the latest browsers and want a variable.css file where you declare your colors.

If I add to the config: ``` "skipModules": [ "colors" ] ``` it looks like it skips the item named "colors" in the manifest, but because other items in the...

Could allow us to generate different CSS files that won't need to deliver all vendor prefixes if I'm using Chrome, there is no need for IE, Webkit and Firefox prefix,...