terribleMia’s avatarterribleMia’s Twitter Archive—№ 6,689

  1. The latest release of Sass solves a number of problems at once, all with a new “module” import feature: - only import files once - faster & more reliable - no more name confusion between libraries - explicit dependency relationships between partials Introducing the new syntax: css/1181213942187806721
    1. …in reply to @TerribleMia
      @​use ‘file-name’ ^ everywhere you need access to what’s inside the file @​forward ‘file-name’ ^ anywhere you want to combine files into a single module