Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
98f68969
Commit
98f68969
authored
Mar 09, 2012
by
Aaron Leung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Getting the newlines right, and adding a new spec test.
parent
f3e0a52a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
0 deletions
+51
-0
node.cpp
node.cpp
+1
-0
selector_groups.scss
selector_groups.scss
+4
-0
input.scss
spec/basic/07_nested_simple_selector_groups/input.scss
+27
-0
output.css
spec/basic/07_nested_simple_selector_groups/output.css
+19
-0
No files found.
node.cpp
View file @
98f68969
...
@@ -107,6 +107,7 @@ namespace Sass {
...
@@ -107,6 +107,7 @@ namespace Sass {
}
}
}
}
}
}
if
(
block
.
has_rules_or_comments
)
--
depth
;
if
(
depth
==
0
&&
prefixes
.
empty
())
buf
<<
endl
;
if
(
depth
==
0
&&
prefixes
.
empty
())
buf
<<
endl
;
}
break
;
}
break
;
default
:
default
:
...
...
selector_groups.scss
View file @
98f68969
...
@@ -16,6 +16,10 @@ c, d {
...
@@ -16,6 +16,10 @@ c, d {
i
,
j
{
i
,
j
{
foo
:
goo
;
foo
:
goo
;
k
,
l
{
k
,
l
{
m
,
n
,
o
{
wow
:
we
are
far
inside
;
but
:
it
still
works
;
}
hoo
:
boo
;
hoo
:
boo
;
}
}
}
}
...
...
spec/basic/07_nested_simple_selector_groups/input.scss
0 → 100644
View file @
98f68969
a
,
b
{
color
:
red
;
background
:
blue
;
}
c
,
d
{
color
:
gray
;
e
,
f
{
background
:
blue
;
padding
:
10px
5px
;
}
g
,
h
{
blah
:
blah
;
bloo
:
bloo
;
}
i
,
j
{
foo
:
goo
;
k
,
l
{
m
,
n
,
o
{
wow
:
we
are
far
inside
;
but
:
it
still
works
;
}
hoo
:
boo
;
}
}
}
\ No newline at end of file
spec/basic/07_nested_simple_selector_groups/output.css
0 → 100644
View file @
98f68969
a
,
b
{
color
:
red
;
background
:
blue
;
}
c
,
d
{
color
:
gray
;
}
c
e
,
c
f
,
d
e
,
d
f
{
background
:
blue
;
padding
:
10px
5px
;
}
c
g
,
c
h
,
d
g
,
d
h
{
blah
:
blah
;
bloo
:
bloo
;
}
c
i
,
c
j
,
d
i
,
d
j
{
foo
:
goo
;
}
c
i
k
,
c
i
l
,
c
j
k
,
c
j
l
,
d
i
k
,
d
i
l
,
d
j
k
,
d
j
l
{
hoo
:
boo
;
}
c
i
k
m
,
c
i
k
n
,
c
i
k
o
,
c
i
l
m
,
c
i
l
n
,
c
i
l
o
,
c
j
k
m
,
c
j
k
n
,
c
j
k
o
,
c
j
l
m
,
c
j
l
n
,
c
j
l
o
,
d
i
k
m
,
d
i
k
n
,
d
i
k
o
,
d
i
l
m
,
d
i
l
n
,
d
i
l
o
,
d
j
k
m
,
d
j
k
n
,
d
j
k
o
,
d
j
l
m
,
d
j
l
n
,
d
j
l
o
{
wow
:
we
are
far
inside
;
but
:
it
still
works
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment