@knighttower/bootstrap-mini
Advanced tools
Comparing version 0.1.28 to 0.1.29
@@ -5,3 +5,3 @@ { | ||
"description": "Abstracted Bootstrap for utility prototypes", | ||
"version": "0.1.28", | ||
"version": "0.1.29", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "css", |
@@ -8,3 +8,3 @@ # Bootstrap Mini | ||
<br> | ||
Compressed: 72.5 KiB | ||
Compressed: 70 KiB | ||
Uncompressed: 104 KiB | ||
@@ -21,4 +21,7 @@ GZip: 8 KiB | ||
``` | ||
```scss | ||
@import '~@knighttower/bootstrap-mini/dist/bootstrap-mini.css'; | ||
``` | ||
Or to use the sass file, and use the sass functions and utilities: | ||
```scss | ||
@import '~@knighttower/bootstrap-mini/src/bootstrap-mini.scss'; | ||
@@ -309,14 +312,22 @@ ``` | ||
- --x-body-bg: #fff; | ||
- --x-base-font-size: 1rem; | ||
- --x-base-line-height: 1.5; | ||
- --x-font-size | ||
- --input-height | ||
- --x-ul-padding: 7px 0 10px 20px; | ||
- --x-base-font-size: 1; | ||
- --x-base-line-height: 1.5; | ||
- --x-font-size: 15px; | ||
- --x-base-div-width: 1040; | ||
- --input-height: 40px; | ||
- --bs-gutter-x: 1.5rem; | ||
- --bs-gutter-y: 0; | ||
max container width | ||
- --bs-max-width-xs: 540px; | ||
- --bs-max-width-sm: 720px; | ||
- --bs-max-width-md: 960px; | ||
- --bs-max-width-lg: 1140px; | ||
- --bs-max-width-xl: 1320px; | ||
- --bs-max-width-xxl: 1400px; | ||
- --bs-max-width: 100%; | ||
- --bs-max-width-lg: 1024px; | ||
- --bs-max-width-xl: 1200px; | ||
- --bs-max-width-xxl: 1400px; | ||
- --bs-container-pad-xs: 15px; | ||
- --bs-container-pad-sm: 20px; | ||
- --bs-container-pad-md: 30px; | ||
- --bs-container-pad-lg: 40px; | ||
- --bs-container-pad-xl: 40px; | ||
- --bs-container-pad-xxl: 40px; | ||
@@ -323,0 +334,0 @@ ## Gotchas |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
120877
293
347