mirror of
https://github.com/discourse/discourse.git
synced 2026-03-05 15:27:34 +08:00
b1924c35switched our compiler to use `@import` internally for scss entrypoints. This logic also applied to `.css` files, but unfortunately sass doesn't do anything with `@import` of CSS files, so they'll be left intact all the way to the browser. Continue using the old concatenation approach for them in the compiler. Followup tob1924c3524
8 lines
194 B
Ruby
8 lines
194 B
Ruby
# frozen_string_literal: true
|
|
|
|
# name: scss_plugin
|
|
# about: Fixture plugin for SCSS tests
|
|
# version: 1.0
|
|
|
|
register_asset "stylesheets/common/common.scss"
|
|
register_asset "stylesheets/simple.css"
|