File tree 6 files changed +612
-192
lines changed
6 files changed +612
-192
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"rules": {
13
13
"selector-class-pattern": "",
14
- "declaration-block- properties-order": [] ,
14
+ "order/ properties-alphabetical- order": null ,
15
15
"selector-no-qualifying-type": [ true, {
16
16
"ignore": ["attribute"]
17
17
}],
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2015 Robert Smith
3
+ Copyright (c) 2017 Robert Smith
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ $nb-breakpoints: (
11
11
) !default ;
12
12
13
13
$nb-root-sizing : (
14
- default : 90% ,
14
+ default : 80% ,
15
+ xs : 90% ,
15
16
sm : 100%
16
17
) !default ;
17
18
Original file line number Diff line number Diff line change 6
6
:not ([class ^= ' #{$nb-namespace}o-flag@' ]) > .#{$nb-namespace } o-flag__component ,
7
7
:not ([class ^= ' #{$nb-namespace}o-flag@' ]) > .#{$nb-namespace } o-flag__body {
8
8
display : table-cell ;
9
- vertical-align : middle ;
10
9
}
11
10
12
11
.#{$nb-namespace } o-flag__component ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nebula-css" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
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" : {
32
32
},
33
33
"homepage" : " https://github.com/rbrtsmith/nebula-css#readme" ,
34
34
"devDependencies" : {
35
- "autoprefixer" : " ^6.3.5 " ,
36
- "gh-pages" : " ^0.12 .0" ,
37
- "http-server" : " ^0.9 .0" ,
38
- "node-sass" : " ^3.4.2 " ,
39
- "onchange" : " ^2 .2.0 " ,
40
- "postcss-cli" : " ^2.5.1 " ,
41
- "stylelint" : " ^7.3.1 " ,
42
- "stylelint-config-sass-guidelines" : " ^1.1 .0" ,
43
- "stylelint-scss" : " ^1.3.4 " ,
44
- "stylelint-selector-bem-pattern" : " ^1.0 .0"
35
+ "autoprefixer" : " ^7.1.2 " ,
36
+ "gh-pages" : " ^1.0 .0" ,
37
+ "http-server" : " ^0.10 .0" ,
38
+ "node-sass" : " ^4.5.3 " ,
39
+ "onchange" : " ^3 .2.1 " ,
40
+ "postcss-cli" : " ^4.1.0 " ,
41
+ "stylelint" : " ^8.0.0 " ,
42
+ "stylelint-config-sass-guidelines" : " ^2.2 .0" ,
43
+ "stylelint-scss" : " ^1.5.1 " ,
44
+ "stylelint-selector-bem-pattern" : " ^1.1 .0"
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments