File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 18
18
.#{$nb-namespace } u-#{$class }#{$modifier } {
19
19
#{$property } : $offset-value ;
20
20
}
21
+ }
21
22
22
- @each $bp-key , $bp-value in $nb-breakpoints {
23
- @include nb-respond-to ($bp-key ) {
23
+ @each $bp-key , $bp-value in $nb-breakpoints {
24
+ @include nb-respond-to ($bp-key ) {
25
+ @each $key , $value in $fractions {
26
+ $modifier : nb-str-replace ($key , ' /' , ' \\ /' );
27
+ $offset-value : (($value * 100 ) * 1% );
24
28
.#{$nb-namespace } u-#{$class }#{$modifier } \@ #{$bp-key } {
25
29
#{$property } : $offset-value ;
26
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nebula-css" ,
3
- "version" : " 2.2.8 " ,
3
+ "version" : " 2.2.9 " ,
4
4
"description" : " ITCSS and BEMIT based framework that is ultra exensible and scales to any project size" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments