|
|
From: Tlvenn <tlv...@gmail.com>
Date: Thu, 6 Oct 2011 20:18:22 -0700 (PDT)
Local: Thurs, Oct 6 2011 11:18 pm
Subject: Re: Sass issues
Thanks Nathan for your feedback, it pointed me into the right
direction ! I am now doing this instead :
RubyModule Sass = (RubyModule) container.runScriptlet("Sass");
And it works just fine now :)
Thanks again, everyone !
On Oct 7, 4:04 am, Nathan Weizenbaum <nex...@gmail.com> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
|
|
From: wheresrhys <wheresr...@gmail.com>
Date: Thu, 6 Oct 2011 02:12:52 -0700 (PDT)
Local: Thurs, Oct 6 2011 5:12 am
Subject: Feature request: ability to prepend a selector
Given the current vogue for feature detection javascript libraries
which add classes to the <html> tag, I reckon the following might be a useful (and maybe not too difficult to add) feature for SASS. Imagine a scenario where you have some nested SASS rules for an
#page {
}
html.no-html-video {
#page { .video { display: none; } } }
But if sass had a "prepend to the selector string" operator (I'll use
^, though this may not be a sensible choice) you could do the following #page {
^html.no-html-video { // equivalent to html.no-html-video
}
In the example I've given the difference isn't very striking, but when
you get into several levels of nested rules it could be very useful for keeping the CSS statements well-organised and more easily maintainable as you only have to have one copy of the nested CSS selectors. You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Nathan Weizenbaum <nex...@gmail.com>
Date: Thu, 6 Oct 2011 13:06:03 -0700
Local: Thurs, Oct 6 2011 4:06 pm
Subject: Re: [Sass] Feature request: ability to prepend a selector
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: wheresrhys <wheresr...@gmail.com>
Date: Fri, 7 Oct 2011 01:32:22 -0700 (PDT)
Local: Fri, Oct 7 2011 4:32 am
Subject: Re: Feature request: ability to prepend a selector
So you can - thanks for the pointing it out
On Oct 6, 9:06 pm, Nathan Weizenbaum <nex...@gmail.com> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: wheresrhys <wheresr...@gmail.com>
Date: Fri, 7 Oct 2011 02:21:54 -0700 (PDT)
Local: Fri, Oct 7 2011 5:21 am
Subject: Re: Feature request: ability to prepend a selector
But here's an interesting case, when combining with @extend :
.full-height-carousel {
}
article#main #pages.generic-carousel {
div.carousel-wrap{
@extend .full-height-carousel;
}
results in e.g.
html.xlarge .full-height-carousel,
}
The last selector is unexpected. Again, is this a bug (with @extedn
rather than &)? Rhys
On Oct 6, 9:06 pm, Nathan Weizenbaum <nex...@gmail.com> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
|
|
From: wheresrhys <wheresr...@gmail.com>
Date: Thu, 6 Oct 2011 04:09:02 -0700 (PDT)
Local: Thurs, Oct 6 2011 7:09 am
Subject: Bug/documentation update
While writing some mixins I just realised that putting a control
directive inside a nested property doesn't work. So .class {
}
doesn't work.
NOt sure if this is a bug to fix or maybe something that shoudl be
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Nathan Weizenbaum <nex...@gmail.com>
Date: Thu, 6 Oct 2011 13:06:26 -0700
Local: Thurs, Oct 6 2011 4:06 pm
Subject: Re: [Sass] Bug/documentation update
I'd consider this a bug. Please file it in the Sass issue tracker: You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: wheresrhys <wheresr...@gmail.com>
Date: Fri, 7 Oct 2011 01:32:29 -0700 (PDT)
Local: Fri, Oct 7 2011 4:32 am
Subject: Re: Bug/documentation update
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
|
|
From: James Childers <jchilder...@gmail.com>
Date: Tue, 11 Oct 2011 11:20:50 -0700 (PDT)
Local: Tues, Oct 11 2011 2:20 pm
Subject: Re: Error after upgrade to OS X Lion
Ran into this as well. I just uninstalled the sass gem and then reinstalled You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
|
|
From: Gary Clarke <gxcla...@gmail.com>
Date: Wed, 12 Oct 2011 13:01:55 -0700 (PDT)
Local: Wed, Oct 12 2011 4:01 pm
Subject: @content samples/info
A few weeks ago I saw some information from Chris Eppstein that includes You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2013 Google |