Code Monkey home page Code Monkey logo

Comments (4)

kaelig avatar kaelig commented on May 13, 2024

Thanks a lot for the detailed report. Could you write a failing test reproducing this issue? That'll help us investigate (or someone can write a fix for it).

from theo.

aputinski avatar aputinski commented on May 13, 2024

@didoo I believe this might have actually been a bug in Theo 5. "imports" are meant to function more like dependencies. For example, in our token files we often have something like

imports:
- ./aliases/color.yml

So in your example above, if imported2 imported imported1, then ALIAS_COLOR1 would be available to imported2

from theo.

NikhilVerma avatar NikhilVerma commented on May 13, 2024

Just FYI we have fixed this issue like this: badoo@652658d

I am not sure if this is the proper solution yet but it seems to work

from theo.

aputinski avatar aputinski commented on May 13, 2024

Hey @didoo, sorry it took me so long to look into this. I actually think that this was a bug in Theo 5.

You basically have two options:

  1. Move that ALIAS_COLOR1 into main.json
  2. Make a file that contains all your shared aliases and then import that file when you need access to that alias.

The second options is how we usually handle this issue for the Lightning Design System.

from theo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.