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
835859ed
Commit
835859ed
authored
May 10, 2013
by
Mihkel Sokk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libsass for keyframe support
parent
e5c3c8ae
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
libsass
libsass
+1
-1
test.js
test/test.js
+6
-1
No files found.
libsass
@
a83ea468
Subproject commit
9c05850487ecc5ca187d204fcb9b1f443d66f0bf
Subproject commit
a83ea468515f875d2a15791b25c5eb529cd12873
test/test.js
View file @
835859ed
...
...
@@ -10,7 +10,12 @@ var scssStr = '#navbar {\
#navbar li {
\
float: left;
\
a {
\
font-weight: bold; }}'
;
font-weight: bold; }}
\
@mixin keyAnimation($name, $attr, $value) {
\
@-webkit-keyframes #{$name} {
\
0% { #{$attr}: $value; }
\
}
\
}'
;
// Note that the bad
var
badInput
=
'#navbar
\
n
\
...
...
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