terribleMia’s avatarterribleMia’s Twitter Archive—№ 7,489

    1. …in reply to @albedoa
      albedoa "To override any of these variables, just set them before importing Bulma" is how !default worked before modules. It didn't matter what file, only that they are set "before". With modules, your settings logic would need to import (@​use) the user config from a known path.
  1. …in reply to @TerribleMia
    albedoa Does that make sense? - Unlike JS, there is no "just drop it in the root folder and we'll find it" - Unlike Bulma, the relative path between user-config & logic files has to be a known constant, there's no "just do it earlier in the compilation"