11-06-2012 02:57 PM - edited 11-07-2012 08:19 AM
Finally something to play with ![]()
12-04-2012 04:56 PM
Hi,
Have you had any success compiling the theme.. and if so do you have a screenshot of what it looks like. I was expecting it to look similar to bbUI but that doesn't seem to be the case ... here's a screenshot of what it looks like on my machine.. Also attached is the compiled CSS file for verification --
Thanks,
01-28-2013 04:59 AM
Do you still need help on this?
The documentation which comes with the zip file is incomplete.
Here is how to fix it for people who just want to quickly compile this theme.
1) Make sure you also copy the bb10 folder from the zip into
<project root>/resources/themes/images
2) Now edit your config.rb file in /resources/sass
and replace
$theme-name: 'bb10';
with
$theme-name: '../../../../resources/themes/images/bb10';
3) Now you should be able to go back to your root folder ad type:
# compass compile resources/sass
01-28-2013 05:46 PM
02-08-2013 10:04 AM
The good news is that it will all change starting from 2.2. The new theme structure makes it easy to override a default theme like bb10, but that theme should also be much improved in the coming weeks/months.