-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix undefined variables issue #16
base: main
Are you sure you want to change the base?
Fix undefined variables issue #16
Conversation
- Add `--preserve-variables` option to allow CSS-variables to appear in output. - Update `--minify` option to make minification work again.
gently bumps this PR |
I’ve had to downgrade my library in order to keep things working. Is there any interest in merging these changes to keep this library working? (Originally published at: https://v2.jacky.wtf/post/002b6721-da8f-4a04-a904-fd376e10ce3e) |
There is a vast darkness between stars, even when traveling at the speed of
tachyons....
On Sat, 11 Jul 2020 at 4:24 am, Jacky Alciné ***@***.***> wrote:
I’ve had to downgrade my library in order to keep things working. Is there
any interest in merging these changes to keep this library working?
(Originally published at:
https://v2.jacky.wtf/post/002b6721-da8f-4a04-a904-fd376e10ce3e)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGANNVS3X64HLSNR7GKOI3R27LP7ANCNFSM4M5AWVDQ>
.
--
Sent on my mobile device ... 100% typo guarantee
M: +44 (0) 796 456 5153
orionrush.com
instagram.com/orionrush
twitter.com/orionrush
|
@allancole thanks for the fix, really helped me out. I'm cool with this patch, but noticed that correcting The Thanks again for the fix! |
I kind of think that the Tachyons team doesn't care about this repository. But there's a lot of variables that are used in source that are not defined in the variables.css for example:
As of 4.9.8 all of these variables are being referenced in source, but aren't in the variables file. It might be worth adding them back in. |
I like that idea.
… |
--preserve-variables
option to allow CSS-variables to appear in output.--minify
option to make minification work again.:root
selector typo.Fixes: #14