0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

VITEとSCSSが仲良くなる方法

Last updated at Posted at 2023-05-19

例えば、Laravel(Blade)で画像を表示したいときは

<img class="addImg" src="{{ Vite::asset('resources/images/icon-10.png') }}" alt="追加アイコン">

のような記述をする

SCSSの場合は、絶対PATHの記述でないとVITEが反応してくれない。

 background-image: url(/resources/images/icon-10.png);
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?