starter-kit/src
Martin Pitt 233b5cfe04 Use sassc instead of node-sass
node-sass is a compiled ELF module, which is problematic for
distributions that want to rebuild everything from source. The sassc CLI
program is packaged everywhere, and both use the same libsass library.

So drop node-sass and sass-loader, and replace it with a simple loader
wrapper around sassc.

This also saves 122 npm packages (16 MB in node_modules/).

Closes #382
2020-10-28 14:49:52 +01:00
..
lib Use sassc instead of node-sass 2020-10-28 14:49:52 +01:00
app.jsx Ensure application CSS has priority over library CSS 2020-09-08 18:53:12 +02:00
app.scss Add scss example 2018-06-22 11:15:57 +02:00
index.html Use standard "translate" marker in HTML 2020-09-29 13:50:31 +03:00
index.js Ensure application CSS has priority over library CSS 2020-09-08 18:53:12 +02:00
manifest.json Remove all remaining mentions of "subscriptions" 2017-10-18 16:42:54 +02:00