Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Global scope #185

Open
sanbor opened this issue Jan 23, 2012 · 0 comments
Open

Global scope #185

sanbor opened this issue Jan 23, 2012 · 0 comments

Comments

@sanbor
Copy link

sanbor commented Jan 23, 2012

I will love to have global variables and global mixins. In javascript, you can declare a variable inside an script tag and access to it from another script tag.

In css, you can do in a file .border { border: 1px solid red; } and in other file .border.blue { border-color: blue; }

So, for me, it's coherent to be able to specify global variables and mixins, and access to them from other .less files.

I know that I can inherit mixins from other files importing files. But I'm using wro4j and I can't load all my CSS files in thought imports.

Thank you for your library and your time!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant