Prettify code

This commit is contained in:
Lucas Larroche 2021-10-24 12:33:20 +07:00
parent 868e5d20cb
commit 5f6e3c1abd
59 changed files with 1079 additions and 1027 deletions

View file

@ -1,6 +1,5 @@
@if ($enable-class-container and $enable-classes) {
/**
/**
* Container
*/
@ -14,7 +13,6 @@
}
.container {
@if map-get($breakpoints, "sm") {
@media (min-width: map-get($breakpoints, "sm")) {
max-width: map-get($viewports, "sm");

View file

@ -3,7 +3,6 @@
* Content-box & Responsive typography
*/
// Reboot based on :
// - normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
// - sanitize.css v12.0.1 | CC0 1.0 Universal | github.com/csstools/sanitize.css
@ -32,7 +31,7 @@
// 6. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS
html {
-webkit-text-size-adjust: 100%; // 2
-webkit-tap-highlight-color: rgba(0,0,0,0); // 3
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); // 3
tab-size: 4; // 5
-ms-text-size-adjust: 100%; // 6
background-color: var(--background-color);

View file

@ -1,6 +1,5 @@
@if $enable-classes {
/**
/**
* Grid
* Minimal grid system with auto-layout columns
*/

View file

@ -5,7 +5,7 @@
// Wrapper to make any content responsive across all viewports
figure {
display: block;
margin:0;
margin: 0;
padding: 0;
overflow-x: auto;

View file

@ -3,7 +3,6 @@
* Container and responsive spacings for header, main, footer
*/
// Reboot based on :
// - normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
// - sanitize.css v12.0.1 | CC0 1.0 Universal | github.com/csstools/sanitize.css
@ -14,7 +13,6 @@ main {
display: block;
}
// Pico
//
@ -35,7 +33,6 @@ body {
// Centered viewport
@if $enable-viewport {
@if map-get($breakpoints, "sm") and $enable-viewport {
@media (min-width: map-get($breakpoints, "sm")) {
max-width: map-get($viewports, "sm");