Skip to content

Commit

Permalink
Add colon back
Browse files Browse the repository at this point in the history
  • Loading branch information
brwnrclse authored and jescalan committed Jul 5, 2019
1 parent 91edfcc commit c3d34b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/basic.styl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
p
appearance none
appearance: none
2 changes: 1 addition & 1 deletion test/test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ describe 'basic', ->
style.sourcemap.should.be.an('object')
style.sourcemap.sources[0].should.equal('stylus')
style.sourcemap.version.should.equal(3)
style.sourcemap.mappings.should.equal('AAAA;EACE,wBAAW;KAAX,qBAAW;UAAX,gBAAW')
style.sourcemap.mappings.should.equal('AAAA;EACE,wBAAY;KAAZ,qBAAY;UAAZ,gBAAY')
done()

0 comments on commit c3d34b9

Please sign in to comment.