タグ

ブックマーク / zenn.dev/micronn (1)

  • 【Sass】@importの廃止に伴い@useと@forwardに書き換える

    はじめに 新しいもモジュールシステム導入で@use, @forwardが追加され@importが2022年10月1日に廃止予定です。それに伴い行った置き換え作業を残しておきたいと思います。 廃止に至った理由 さまざまな障害が発生しており、それらを解決するべく新しいモジュールシステム導入に至った。 It was next to impossible to figure out where a given variable, mixin, or function (collectively called “members”) was originally defined, since anything defined in one stylesheet was available to all stylesheets that were imported after it. Even if y

    【Sass】@importの廃止に伴い@useと@forwardに書き換える
  • 1