Active
Project:
Blueprint
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2008 at 14:54 UTC
Updated:
7 Jan 2010 at 23:43 UTC
Add lines below to "bluprint/blueprint/screen.css"
to include plugin css's
@import 'plugins/silksprite/sprite.css';
@import url("plugins/buttons/screen.css");
@import url("plugins/link-icons/screen.css");
@import url("plugins/fancy-type/screen.css");
please test it, if it's work for you, developer also for consideration for developer in documentation or a work around to include this on the Drupal blueprint.
full list of blueprint plugings is here;
http://code.google.com/p/blueprintcss/source/browse/blueprint/plugins/?r...
that might helpful if plugin links also be on the module project/documentation page
~ cheers
Comments
Comment #1
ica commented... The other way to include the plugin css in the Drupal.blueprint theme itself instead of blueprint framework core would be sticking below on top of
themes/blueprint/css/style.css
please test it
Comment #2
designerbrent commentedThese should have a checkbox for enabling them via the theme settings. That way we won't have to use @import.