You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussing the HAML language which is currently implemented in Rails. Bug reports, help offers, advice, features, patches, and questions welcome!
|
|
|
Ie6 Unordered List width inheritance SASS
|
| |
The problem I am having is in Ie6. I can't get the "ul" that is in
the first "li" to have its own width. The width is being set by the
"li". I can't change the width of the "li" because it is inline with
a flash animation that the client needs. I am sure I am missing
something very simple and just have looked at it too much and made it... more »
|
|
concat string with sass
|
| |
Hi;
I'm trying to do something like that:
background(!image)
:background url(/facebox/#{!image})
But I don't know if it's possible. This code says Undefined variable:
"!image".
Thanks
|
|
haml --watch ?
|
| |
I love sass and haml. The thing is that I have to template separately
from rails quite a bit. I use compass --watch and love it because I
can happily code along in sass and let it do it's thing. I would like
to able to do the same for haml where just say haml --watch and it
will render every time it detects a change to an html file.... more »
|
|
link_to_unless_current with block gives a weird "0"
|
| |
Hi!
I have a link to the users profile in my meta navigation and I am
looking for an easy, automatic way to tell the user, that the is
currently on the page that the link describes.
This is good but not good enough, since I cannot assign an "active"
class in case the page is the current page.... more »
|
|
Grid design with Sass and Compass - sharing my experience
|
| |
I've really enjoyed using Sass over the past couple months. Even
though the project I'm working on (FeedMagnet) is being built in
Django instead of Rails, we're using Compass to generate all of our
CSS from Sass source files and it works really well.
I wrote a blog post to show how we're using Sass to set up our grid... more »
|
|
Defining :autoclose with a regex?
|
| |
Hi,
Is there any way to define tags for the :autoclose option with a
regex? I'm trying to use Haml as a preprocessor for Textpattern
templates, and Textpattern uses XML-style templating tags such as
<txp:site_name />, <txp:author /> etc.
Unless they contain statements and therefore function as "container... more »
|
|
Using a constant as an ID, passed in from a mixin argument
|
| |
I did this successfully with classes, but with ID's it chokes, presumably on the syntax.
in application.sass I have
+layout(default)
+layout(three-column)
+layout(two-column)
in _layouts.sass I have
= layout(!name = false)
!layout_selector = "##{!name}"
@if !name == "default... more »
|
|
Haml for Grails anyone?
|
| |
Hi, I'm porting a Merb app to grails, and all my views are of course
in HAML. GSP sends shivers down my spine ;) Has anyone looked into a
version of HAML for Grails?
At a pinch I suspect I can modify haml2html and get = to generate the
tags, then compile the gsp pages from haml.
Anyone else any ideas?... more »
|
|
A Personal Request
|
| |
Hi folks, I want to ask a favor. If you don't know me, I'm the lead developer of Haml and Sass, and have been for most of their existence. It's been a great joy to me to see them grow up, to see people using them and to see them making people happy. Chris Eppstein and I have great plans for the future, too,... more »
|
|
|