dragoman icon indicating copy to clipboard operation
dragoman copied to clipboard

Gulp plugin to translate core design tokens across mobile & web platforms

Results 7 dragoman issues
Sort by recently updated
recently updated
newest added

Without getting this up and running. Can this convert to JSON? Thinking about making some tokens consumable by Javascript.

Ultimate goal is to install this tool as Node/bower module. Restructure where certain tasks point so that the "config.json" file is in the directory above the Dragoman tool. In order...

enhancement
Hacktoberfest

Both Chrome and Firefox are throwing HTTPS Mixed content errors while loading fonts from Google Fonts via main stylesheet (probably due to use of protocol with URLs in font paths)....

bug
Hacktoberfest

Config.json item "compileStyles" enhancement. Currently, this item lists an array of gulp tasks to execute: ``` json "compileStyles": { "scss": ["json-scss-stylesheet", "icons-web"], "sass":["json-sass-stylesheet", "icons-web"], "less": ["json-less-stylesheet", "icons-web"], "stylus": ["json-stylus-stylesheet", "icons-web"],...

enhancement
help wanted
Hacktoberfest

To build less assets properly, run the gulp task 'dragoman-less' by itself. Notice the output files are in proper .less syntax: ``` less @color-orange: #f26322; ``` When running multiple translation...

bug
help wanted
Hacktoberfest

Need to setup a way to read the config file for boolean statements. For each language defined in the config file, run a specific gulp task. For example: { "languages":...

Hacktoberfest

Convert spacing.yml to a format iOS can use globally (if possible) create with gulp as modular gulp task file

Hacktoberfest