I am working on a project and looks like the text-overflow: ellipsis not working in sass.
.content
background-color: green
text-overflow: ellipsis
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.1.0/react.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.1.0/react-dom.min.js"></script>
Here is the link to the project