css/webpack: Transition landing-page.css to webpack.

This commit transitions landing-page.css from the Django pipeline
to being compiled by webpack as landing-page.scss under the
'landing-page' and 'integration' bundles.
This commit is contained in:
Armaan Ahluwalia
2018-05-03 18:46:01 +05:30
committed by Tim Abbott
parent 1c016e990d
commit 54bf2a6231
18 changed files with 8 additions and 23 deletions

View File

@@ -852,12 +852,6 @@ PIPELINE = {
'STYLESHEETS': {
# If you add a style here, please update stylesheets()
# in frontend_tests/zjsunit/output.js as needed.
'landing-page': {
'source_filenames': (
'styles/landing-page.css',
),
'output_filename': 'min/landing.css'
},
'apple_sprite': {
'source_filenames': (
'generated/emoji/apple_sprite.css',