Closed metaskills closed 10 years ago
I should point out that I was not able to bundle the gem with my project since the latest sass uses an old version of the listen gem. I commented on their issues about that already. The way I converted my pro folder was to place it at the root of this project and run:
require_relative 'lib/tasks/converter'
Converter.new(:pro, './flat-ui-pro').process_flat_ui!
I haven't checked the conversion on Flat UI Pro 1.2.4 yet. It works as expected in 1.2.3. Let me see.
As for SASS, I need variable introspection to convert one of the Flat UI Free modules (which isn't in Pro) thus the requirement on SASS v3.3. The Pro conversion doesn't actually require it but I am version tracking Free since I am vendoring it.
The bug is in bootstrap-sass
. Patch forthcoming.
Thanks Stafford... was trying to figure it out myself...
want me to not patch it? :smile:
Oh, please patch it. I have not made my way to solving the issue yet. BTW, here was the Sass issue I spoke of. Great news on that front. https://github.com/nex3/sass/issues/955#issuecomment-33433238
Should be fixed now. Flat-UI Pro and Free were both affected.
THANKS! Will try it out again later tonight.
This seems to be a bug with flat-ui-pro (have not yet checked free) but the conversion of
variables.less
seems to be broken. In the source file.And in the converted
_variables.scss
file I see.