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
13787485
Commit
13787485
authored
Apr 05, 2012
by
Aaron Leung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating a test.
parent
ac778660
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
input.scss
spec/basic/22_colors_with_alpha/input.scss
+7
-1
output.css
spec/basic/22_colors_with_alpha/output.css
+5
-2
No files found.
spec/basic/22_colors_with_alpha/input.scss
View file @
13787485
$x
:
rgb
(
0
,
255
,
255
);
div
{
color
:
rgb
(
255
,
$blue
:
0
,
$green
:
255
);
background
:
rgb
(
123
,
45
,
6
);
flah
:
rgba
(
0
,
0
,
0
,
1
)
+
#111
;
grah
:
rgba
(
#fff
,
.5
);
grah
:
rgba
(
$alpha
:
.5
,
#f0e
);
blah
:
rgba
(
1
,
2
,
3
,.
6
);
floo
:
$x
;
bloo
:
rgba
(
$x
,
0
.7
);
groo
:
$x
;
}
spec/basic/22_colors_with_alpha/output.css
View file @
13787485
...
...
@@ -2,5 +2,8 @@ div {
color
:
yellow
;
background
:
#7b2d06
;
flah
:
#111111
;
grah
:
rgba
(
255
,
255
,
255
,
0.5
);
blah
:
rgba
(
1
,
2
,
3
,
0.6
);
}
grah
:
rgba
(
255
,
0
,
238
,
0.5
);
blah
:
rgba
(
1
,
2
,
3
,
0.6
);
floo
:
aqua
;
bloo
:
rgba
(
0
,
255
,
255
,
0.7
);
groo
:
aqua
;
}
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