Skip to content

Commit 4a5f4ae

Browse files
committed
tests
1 parent dfd1347 commit 4a5f4ae

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# the following line to use "https"
33
source 'https://rubygems.org'
44

5-
gem "compass", "~> 1.0.0"
5+
gem "compass", "~> 1.0.0.alpha.1"
66
# gem "compass", "~> 0.12.0"
77
# gem "modular-scale"

test-compass/sass/style.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
@import "modular-scale";
22

3-
$ms-base: 20px 44px;
4-
$ms-ratio: $major-third $fifth;
5-
6-
@debug ms(4);
3+
@debug ms-list(1, 5, 10px 16px, $major-third);

test-node-sass/sass/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
foo {
44
@warn ms(-1, 10px 16px, $major-third);
5+
// @warn ms-list(-2, 5, 10px 16px, $major-third);
56
}

0 commit comments

Comments
 (0)