Unreal

Results 8 comments of Unreal

since sass use `@use` instead of `@import`, you can't prepend sass variables simply. you need write another file and import variables by `@use`. e.g. `base.scss` ``` @use '@/styles/vars.scss' as *;...

> 改写了下 https://github.com/philuo/postcss-px2vw should submit a pull request

on the way. https://github.com/vuejs/repl/pull/68

> Hey. Please tell me why you need it. easing functions are useful in some animation effects, and npm package is an easy way to import them

same problem v2.12.0. seems it extracted twice times

> The transform from Sucrase is the implementation of React, so it doesn't work. @sxzz sorry i didn't consider React situation, you may remove the transform config below, it's for...

> No, I mean we cannot use the built-in JSX transform function from Babel. Instead, we should use the Babel plugin https://github.com/vuejs/babel-plugin-jsx if we have to support JSX. > >...