Currently it isn't possible to include multiple CSS files in a layout, it should be possible to specify multiple CSS files in an array. This allows separate files for no media query fallbacks etc.

Patch to follow.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

msmithcti’s picture

Status: Active » Needs review
FileSize
1.53 KB

This patch makes panels handle an array of CSS files in the layout.

drasgardian’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Fantastic, thank you. This let me get no-query css files into my layouts.

japerry’s picture

Status: Reviewed & tested by the community » Fixed

Tested, looked good, and fixed!

You can see the commit here:
http://drupalcode.org/project/panels.git/commit/4668725

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

  • Commit 4668725 on 7.x-3.x, 8.x-3.x authored by splatio, committed by japerry:
    Issue #2081447 by splatio: Allow layouts to specify multiple CSS files
    
ErikHendrick’s picture

Can you post the layout's .inc file for an example of how multiple CSS files are added to it?