Skip to content

How to restore name of rbga? #2800

Answered by Denis535
Denis535 asked this question in Q&A
Discussion options

You must be logged in to vote
Stylus(FS.readFileSync(src, 'utf8'))
.define('name', function(obj) {
    return obj.name;
})
.define('nameof', function(obj) {
    return obj.name;
});
value = nameof(value) if typeof(value) == 'function' or typeof(value) == 'rgba'

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Denis535
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant