vaadin / sass-compiler

A Java Sass compiler implementation
53 stars 25 forks source link

Create Node child list only when needed #248

Closed vaadin-bot closed 10 years ago

vaadin-bot commented 10 years ago

Originally by @hesara


To reduce creation and copy overhead, child list of Node should only be created when not empty.


Imported from https://dev.vaadin.com/ issue #14158