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

Should I Be Seeing Vendor Prefixes? #105

Open
preston206 opened this issue Aug 14, 2020 · 0 comments
Open

Should I Be Seeing Vendor Prefixes? #105

preston206 opened this issue Aug 14, 2020 · 0 comments

Comments

@preston206
Copy link

Hello, I'm new to using Slater. I have it all set up and almost everything seems to be working. However, I'm not seeing vendor prefixes. Should I be? I thought those were a part of PostCSS?

For example, if I add this:
display: flex

I should see this:

display: -webkit-box;
display: -ms-flexbox;
display: flex;

If it's not a feature, sorry, pardon my newbie-ness. Thanks for any help. Great tool by the way. It's going to help out a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant