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

css and bootstrap problem #2615

Closed
samdawit opened this issue Mar 12, 2019 · 3 comments
Closed

css and bootstrap problem #2615

samdawit opened this issue Mar 12, 2019 · 3 comments
Labels
needs info Blocked on user response

Comments

@samdawit
Copy link

samdawit commented Mar 12, 2019

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;          /* error is here green underline*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@nex3 nex3 added the needs info Blocked on user response label Mar 12, 2019
@nex3
Copy link
Contributor

nex3 commented Mar 12, 2019

We need more information in order to help you with your problem. Which Sass implementation are you using, and version of Sass? What's the Sass source that's not behaving how you expect, what output are you expecting, and what output or error are you getting instead? Please make sure your example is as tightly-focused on the problem as possible, so that it's easy for us to understand what's going on.

@samdawit
Copy link
Author

ok, i am trying to convert a static html to reactjs, i have successfully changed the html by using html-react from the npm... but when i try to import the css and bootstrap my application gives me the above errors, i am running latest bootstrap and sass-loader ^v7.1.0.... if u give me email i would attach you the html template i want to convert...

@nex3
Copy link
Contributor

nex3 commented Mar 12, 2019

This is a great question for the Sass StackOverflow community! We try to keep this issue tracker focused on bugs and feature requests that need the core team's attention in particular, while requests for support are usually better handled by the community at large.

@nex3 nex3 closed this as completed Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info Blocked on user response
2 participants