tombenner / nui

Style iOS apps with a stylesheet, similar to CSS
MIT License
3.76k stars 462 forks source link

NUIPreprocessor added #356

Open imihaly opened 8 years ago

imihaly commented 8 years ago

Stylesheets are preprocessed before fed into tokenizer. The preprocessing means:

The main goal was to get able splitting my stylesheets into smaller ones, like collecting the colours used into one file, buttons into an other and so on.

Drawbacks:

vasarhelyia commented 8 years ago

Hey guys,

Can someone take a look at this? Import would be super useful.