-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
cropping leading whitespace in new version ?? #62
Comments
you can find the code for this here, if you want to try it locally -- https://github.com/eswat2/eswat2 the following command will build and display the card locally: yarn dev |
// @Caesarovich |
Opening a Pull Request fixing this. |
thank you !! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i have an npx business card that's built on boxen. When i use boxen@5.0.1 it displays leading whitespace in the strings, for example:
npx eswat2@2.2.110
However, if i build with the latest version (boxen@5.1.1), it displays without any leading whitespace:
npx eswat2@2.1.108
Has anyone else notice this problem ??
The text was updated successfully, but these errors were encountered: