Lukas Oppermann
Lukas Oppermann
https://github.com/jantimon/html-webpack-plugin/issues/1379
Once the extractors are aligned the transformers can be cleaned up. - [ ] less manual assignments, more automation - [ ] add a typeScript interface
Extractors should work more similar and all produce a very similar output. They all have the same top level items and always have a property called `values` with an array...
Allow users to create a "commit" every time the tokens are changed / exported with a sem-version increase.
Hey, first of all, nice project. I am just wonder why you set the line-height to 115% (https://github.com/sindresorhus/modern-normalize/blob/master/modern-normalize.css#L25)? Is it because the default leading for most browsers is between 110%...
Hey, I would love an option to ignore certain parts of a string from decoding. My use case is that I want to decode encoded html in a string, however...
Hey @dbanksdesign and @chazzmoney I think especially considering the upcoming `composite tokens` this could be very helpful. I am running into this problem currently with font styles. My font styles...
It would be great if `comments` could be supplied at other levels of the json tree and not just within a property. **Use case:** ```json { "color":{ "utilities":{ "comment":"Use these...
Hey, I am running into an issue where I get `Finished 'deploy:fetch' after 2.07 min`. I believe this to be the case because the repo has many tags that are...
Hey, I am getting this warning when deploying: > "copy" method is deprecated, please use "copyToRemote", "copyFromRemote", "scpCopyToRemote" or "scpCopyFromRemote". It will break in v5.0.0. > Copy "/var/folders/y7/v9gmm4_d7vbbf7qx2tnxzkv40000gn/T/tmp-82114ok2RgTXC6CvP/" to "[email protected]:/home/test/releases/20201019073740"...