UNPKG

css-split-webpack-plugin

Version:

Split your CSS for stupid browsers using [webpack] and [postcss].

21 lines (16 loc) 162 B
@green: green; @red: red; @yellow: yellow; @blue: blue; .foo { color: @green; } .bar { color: @red; } .baz { color: @yellow; } .qux { color: @blue; }