Skip to content

Commit 4d73712

Browse files
committed
update-root-sizing
1 parent e210961 commit 4d73712

File tree

6 files changed

+612
-192
lines changed

6 files changed

+612
-192
lines changed

.stylelintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"rules": {
1313
"selector-class-pattern": "",
14-
"declaration-block-properties-order": [],
14+
"order/properties-alphabetical-order": null,
1515
"selector-no-qualifying-type": [ true, {
1616
"ignore": ["attribute"]
1717
}],

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Robert Smith
3+
Copyright (c) 2017 Robert Smith
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

nebula-css/_settings.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ $nb-breakpoints: (
1111
) !default;
1212

1313
$nb-root-sizing: (
14-
default: 90%,
14+
default: 80%,
15+
xs: 90%,
1516
sm: 100%
1617
) !default;
1718

nebula-css/objects/_flag.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
:not([class^='#{$nb-namespace}o-flag@']) > .#{$nb-namespace}o-flag__component,
77
:not([class^='#{$nb-namespace}o-flag@']) > .#{$nb-namespace}o-flag__body {
88
display: table-cell;
9-
vertical-align: middle;
109
}
1110

1211
.#{$nb-namespace}o-flag__component,

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebula-css",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "ITCSS and BEMIT based framework that is ultra exensible and scales to any project size",
55
"main": "index.js",
66
"scripts": {
@@ -32,15 +32,15 @@
3232
},
3333
"homepage": "https://github.com/rbrtsmith/nebula-css#readme",
3434
"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"
4545
}
4646
}

0 commit comments

Comments
 (0)