docbrown/app/assets/stylesheets/minimal.scss
Fernando Valverde f0b8754d4f
Feature: Runtime Content Filter (#13007)
* Working version of Runtime Filter with banner behind Feature Flag

* First attempt to add a cypress test

* Adds simplified test

* Cleanup global references

* Add multi-platform e2e test

* Use --runtime-display var with fallback to block

* Update app/assets/javascripts/initializers/runtime.js

Co-authored-by: Suzanne Aitchison <suzanne@forem.com>

* Add FeatureFlag stub to fix unrelated specs

Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
2021-03-25 12:04:45 -06:00

33 lines
684 B
SCSS

@import 'variables';
@import 'fundamentals';
@import 'scaffolds';
@import 'articles';
@import 'article-show';
@import 'shared';
@import 'dashboard';
@import 'settings';
@import 'podcast-episodes-show';
@import 'podcast-form';
@import 'user-profile-header';
@import 'live';
@import 'preact/sidebar-widget';
@import 'preact/article-form';
@import 'tag-edit';
@import 'sidebar-data';
@import 'video-collection';
@import 'video-player';
@import 'listings';
@import 'credits';
@import 'theme-selector';
@import 'snackbars';
@import 'widgets';
@import 'onboarding';
@import 'ltags/LiquidTags';
@import 'chat';
@import 'email_subscriptions';
@import 'runtime';
@import 'runtime-banner';