Skip to content
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

bxs: outline should support inset, and suggestion to add bxs:stroke (inset) for 1px shadows #882

Open
ericvida opened this issue Dec 13, 2023 · 0 comments
Labels

Comments

@ericvida
Copy link
Member

ericvida commented Dec 13, 2023

Currently outline doesn't support inset from my experience.
It'd be great if it did.

css bxs: outline hue2			# >>> bxs:0 0 0 3px hue2
css bxs: outline hue2 inset 		# >>> bxs:0 0 0 3px hue2 inset

I also often use 1px box shadows in UI, so this would be handy as well.

css bxs: stroke hue1 			# >>> bxs:0 0 0 1px hue1
css bxs: stroke hue1 inset 		# >>> bxs:0 0 0 1px hue1 inset

alternatively add a pixel argument to override outline width. it'd save few characters, but it would at least be more legible.

css bxs: outline hue2 1px		# >>> bxs:0 0 0 1px hue2
css bxs: outline hue2 1px inset 	# >>> bxs:0 0 0 1px hue2 inset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant