themesberg / volt-react-dashboard

Free and open source React.js admin dashboard template and UI library based on Bootstrap 5
https://demo.themesberg.com/volt-react-dashboard
MIT License
917 stars 377 forks source link

Fixed#22 #34

Closed puru763 closed 4 months ago

puru763 commented 7 months ago

Addressed deprecation warning in Sass code related to the use of the forward slash (/) for division outside of the calc() function. Replaced instances with the recommended syntax math.div($spacer, 4) or calc($spacer / 4). This change resolves the issue "fixed22" in the open-source project.