Skip to content

Commit

Permalink
update-root-sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrtsmith committed Jul 20, 2017
1 parent e210961 commit 4d73712
Show file tree
Hide file tree
Showing 6 changed files with 612 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"rules": {
"selector-class-pattern": "",
"declaration-block-properties-order": [],
"order/properties-alphabetical-order": null,
"selector-no-qualifying-type": [ true, {
"ignore": ["attribute"]
}],
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Robert Smith
Copyright (c) 2017 Robert Smith

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion nebula-css/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ $nb-breakpoints: (
) !default;

$nb-root-sizing: (
default: 90%,
default: 80%,
xs: 90%,
sm: 100%
) !default;

Expand Down
1 change: 0 additions & 1 deletion nebula-css/objects/_flag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
:not([class^='#{$nb-namespace}o-flag@']) > .#{$nb-namespace}o-flag__component,
:not([class^='#{$nb-namespace}o-flag@']) > .#{$nb-namespace}o-flag__body {
display: table-cell;
vertical-align: middle;
}

.#{$nb-namespace}o-flag__component,
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nebula-css",
"version": "2.4.1",
"version": "2.4.2",
"description": "ITCSS and BEMIT based framework that is ultra exensible and scales to any project size",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,15 +32,15 @@
},
"homepage": "https://github.com/rbrtsmith/nebula-css#readme",
"devDependencies": {
"autoprefixer": "^6.3.5",
"gh-pages": "^0.12.0",
"http-server": "^0.9.0",
"node-sass": "^3.4.2",
"onchange": "^2.2.0",
"postcss-cli": "^2.5.1",
"stylelint": "^7.3.1",
"stylelint-config-sass-guidelines": "^1.1.0",
"stylelint-scss": "^1.3.4",
"stylelint-selector-bem-pattern": "^1.0.0"
"autoprefixer": "^7.1.2",
"gh-pages": "^1.0.0",
"http-server": "^0.10.0",
"node-sass": "^4.5.3",
"onchange": "^3.2.1",
"postcss-cli": "^4.1.0",
"stylelint": "^8.0.0",
"stylelint-config-sass-guidelines": "^2.2.0",
"stylelint-scss": "^1.5.1",
"stylelint-selector-bem-pattern": "^1.1.0"
}
}
Loading

0 comments on commit 4d73712

Please sign in to comment.