Skip to content
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.

Add support deps.js "*" masks #258

Open
banzalik opened this issue Sep 24, 2012 · 0 comments
Open

Add support deps.js "*" masks #258

banzalik opened this issue Sep 24, 2012 · 0 comments

Comments

@banzalik
Copy link
Contributor

For example

({
    mustDeps: [
        {
            block: 'i-jquery',
            elems: '*'
        }
    ]
})
({
    mustDeps: [
        {
            block: '*'
        }
    ]
})
({
    shouldDeps: {
        mods: {
            'focused': '*',
            'hovered': '*',
            'disabled': '*'
        }
    }
})
({
    shouldDeps: {
        mods: {
            '*': 'xxl'
        }
    }
})
({
    shouldDeps: {
        mods: {
            'theme': 'color-*'
        }
    }
})
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants