Neeraj Kumar Das

Results 4 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

Hi @eradin, Thank you for reporting this issue! This appears to be caused by the `display: block` style applied to `.form-floating`. As a temporary workaround, you can change it to...