jaunesarmiento / fries

Fries helps you prototype Android apps using HTML, CSS, and JavaScript.
MIT License
1.55k stars 222 forks source link

SCSS files for easier theming? #10

Closed Jehu closed 11 years ago

Jehu commented 11 years ago

Is there a plan to deliver sass-files? Would be very nice, so one could easy add new color shemes and so forth..

jaunesarmiento commented 11 years ago

Yes, this is part of the plan for Fries. I'm still thinking which CSS preprocessor to use. But I'm going to lean towards the more widely used preprocessor.

jaunesarmiento commented 11 years ago

Okay, I've started working on the "Holo Dark" theme using SASS. This will be included in version 1.0.1 of Fries.

Jehu commented 11 years ago

Love to hear that. I think SASS is a good decision!

Wolfr commented 11 years ago

+1 for SCSS.

Wolfr commented 11 years ago

Also +1 for using a mixin framework like Compass (http://compass-style.org/) or Bourbon (http://bourbon.io/):

So statements like

box-sizing: border-box;

Could be

@include box-sizing("border-box");

Which will render CSS with better compatibility.

jaunesarmiento commented 11 years ago

I'd love to hear what others think. Compass seems to be more popular, yes?

Wolfr commented 11 years ago

I would vote Compass - the conversion is relatively easy, this will also provide a good mixin for multiple drop shadows.

mohitjain commented 11 years ago

Holo Dark theme.. Awesome :+1:

jaunesarmiento commented 11 years ago

Already implemented on wip-1.0.1 branch.

Jehu commented 11 years ago

thank you!

jaunesarmiento commented 11 years ago

You're welcome. :)