BUGFIX: ui.elemental typo

This commit is contained in:
Tony Air 2019-12-12 21:53:17 +07:00
parent bbf99499b3
commit d020e74b63
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate", "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "1.3.1", "version": "1.3.2",
"author": "Tony Air <tony@twma.pro>", "author": "Tony Air <tony@twma.pro>",
"license": "MIT", "license": "MIT",
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.", "description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",

View File

@ -36,7 +36,7 @@ h1.page-header {
} }
// Sidebar elements // Sidebar elements
&.secodary { &.secondary {
padding: ($grid-gutter-element-height / 2) 0; padding: ($grid-gutter-element-height / 2) 0;
} }
} }