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

ica’s picture

... 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

@import url("../blueprint/blueprint/plugins/silksprite/sprite.css");
@import url("../blueprint/blueprint/plugins/buttons/screen.css");
@import url("../blueprint/blueprint/plugins/link-icons/screen.css");
@import url("../blueprint/blueprint/plugins/fancy-type/screen.css");

please test it

designerbrent’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Component: Documentation » Code
Category: task » feature

These should have a checkbox for enabling them via the theme settings. That way we won't have to use @import.