Neeraj Kumar Das

Results 3 comments of Neeraj Kumar Das

Got the same error with ```@use "@material/ripple";``` ``` 🚨 Build failed. @parcel/transformer-sass: expected "{". ╷ 23 │ import * as util from './util'; │ ^ ╵ node_modules/@material/ripple/index.js 23:31 ```

> Thanks @sid137 did you try webpack? @thathsara404 Yes it works with Webpack and Vite.

My two cents! We can use CSS variables. ```html list item list item list item list item ``` ```css .list-group-numbered { counter-reset: section var(--list-start, 0) !important; } ``` https://codepen.io/nkdas91/pen/xxzxXjE