options
(in addition to builder options):
urlPrefx
<''> - prefix urls, ex.//component.io/
will create urls likeurl("//component.io/fortawesome/font-awesome/v4.0.3/css/font-awesome.css")
This just appends the CSS file as a string.
build.styles()
.use('styles', builder.plugins.css())
Includes a file as a string.
build.scripts()
.use('templates', builder.plugins.string());
- autoprefixer - Autoprefixes the CSS files