hi
when i have one master css file which is importing other css files, how do i do it in EE ?
in master css i have:
@import ‘lib/reset.css’;
@import ‘lib/typography.css’;
@import ‘lib/grid.css’;
@import ‘lib/forms.css’;
do i have to create temaplte for every css and use @import ‘{path}’; ?
thanks
