mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	CSS Comb 💇🏻
This commit is contained in:
		
							
								
								
									
										237
									
								
								assets/css/.csscomb.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										237
									
								
								assets/css/.csscomb.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,237 @@
 | 
			
		||||
{
 | 
			
		||||
    "remove-empty-rulesets": true,
 | 
			
		||||
    "always-semicolon": true,
 | 
			
		||||
    "color-case": "lower",
 | 
			
		||||
    "block-indent": "    ",
 | 
			
		||||
    "color-shorthand": true,
 | 
			
		||||
    "element-case": "lower",
 | 
			
		||||
    "eof-newline": true,
 | 
			
		||||
    "leading-zero": true,
 | 
			
		||||
    "quotes": "double",
 | 
			
		||||
    "space-before-colon": "",
 | 
			
		||||
    "space-after-colon": " ",
 | 
			
		||||
    "space-before-combinator": " ",
 | 
			
		||||
    "space-after-combinator": " ",
 | 
			
		||||
    "space-between-declarations": "\n",
 | 
			
		||||
    "space-before-opening-brace": " ",
 | 
			
		||||
    "space-after-opening-brace": "\n",
 | 
			
		||||
    "space-after-selector-delimiter": "\n",
 | 
			
		||||
    "space-before-selector-delimiter": "",
 | 
			
		||||
    "space-before-closing-brace": "\n",
 | 
			
		||||
    "strip-spaces": true,
 | 
			
		||||
    "tab-size": 4,
 | 
			
		||||
    "unitless-zero": true,
 | 
			
		||||
    "sort-order": [ [
 | 
			
		||||
        "content",
 | 
			
		||||
        "visibility",
 | 
			
		||||
        "position",
 | 
			
		||||
        "top",
 | 
			
		||||
        "right",
 | 
			
		||||
        "bottom",
 | 
			
		||||
        "left",
 | 
			
		||||
        "z-index",
 | 
			
		||||
        "order",
 | 
			
		||||
        "flex",
 | 
			
		||||
        "flex-grow",
 | 
			
		||||
        "flex-shrink",
 | 
			
		||||
        "flex-basis",
 | 
			
		||||
        "align-self",
 | 
			
		||||
        "display",
 | 
			
		||||
        "flex-flow",
 | 
			
		||||
        "flex-direction",
 | 
			
		||||
        "flex-wrap",
 | 
			
		||||
        "justify-content",
 | 
			
		||||
        "align-items",
 | 
			
		||||
        "align-content",
 | 
			
		||||
        "flex-order",
 | 
			
		||||
        "flex-pack",
 | 
			
		||||
        "flex-align",
 | 
			
		||||
        "float",
 | 
			
		||||
        "clear",
 | 
			
		||||
        "overflow",
 | 
			
		||||
        "overflow-x",
 | 
			
		||||
        "overflow-y",
 | 
			
		||||
        "-webkit-overflow-scrolling",
 | 
			
		||||
        "clip",
 | 
			
		||||
        "box-sizing",
 | 
			
		||||
        "margin",
 | 
			
		||||
        "margin-top",
 | 
			
		||||
        "margin-right",
 | 
			
		||||
        "margin-bottom",
 | 
			
		||||
        "margin-left",
 | 
			
		||||
        "padding",
 | 
			
		||||
        "padding-top",
 | 
			
		||||
        "padding-right",
 | 
			
		||||
        "padding-bottom",
 | 
			
		||||
        "padding-left",
 | 
			
		||||
        "min-width",
 | 
			
		||||
        "min-height",
 | 
			
		||||
        "max-width",
 | 
			
		||||
        "max-height",
 | 
			
		||||
        "width",
 | 
			
		||||
        "height",
 | 
			
		||||
        "outline",
 | 
			
		||||
        "outline-width",
 | 
			
		||||
        "outline-style",
 | 
			
		||||
        "outline-color",
 | 
			
		||||
        "outline-offset",
 | 
			
		||||
        "border",
 | 
			
		||||
        "border-spacing",
 | 
			
		||||
        "border-collapse",
 | 
			
		||||
        "border-width",
 | 
			
		||||
        "border-style",
 | 
			
		||||
        "border-color",
 | 
			
		||||
        "border-top",
 | 
			
		||||
        "border-top-width",
 | 
			
		||||
        "border-top-style",
 | 
			
		||||
        "border-top-color",
 | 
			
		||||
        "border-right",
 | 
			
		||||
        "border-right-width",
 | 
			
		||||
        "border-right-style",
 | 
			
		||||
        "border-right-color",
 | 
			
		||||
        "border-bottom",
 | 
			
		||||
        "border-bottom-width",
 | 
			
		||||
        "border-bottom-style",
 | 
			
		||||
        "border-bottom-color",
 | 
			
		||||
        "border-left",
 | 
			
		||||
        "border-left-width",
 | 
			
		||||
        "border-left-style",
 | 
			
		||||
        "border-left-color",
 | 
			
		||||
        "border-image",
 | 
			
		||||
        "border-image-source",
 | 
			
		||||
        "border-image-slice",
 | 
			
		||||
        "border-image-width",
 | 
			
		||||
        "border-image-outset",
 | 
			
		||||
        "border-image-repeat",
 | 
			
		||||
        "border-top-image",
 | 
			
		||||
        "border-right-image",
 | 
			
		||||
        "border-bottom-image",
 | 
			
		||||
        "border-left-image",
 | 
			
		||||
        "border-corner-image",
 | 
			
		||||
        "border-top-left-image",
 | 
			
		||||
        "border-top-right-image",
 | 
			
		||||
        "border-bottom-right-image",
 | 
			
		||||
        "border-bottom-left-image",
 | 
			
		||||
        "color",
 | 
			
		||||
        "font",
 | 
			
		||||
        "font-family",
 | 
			
		||||
        "font-size",
 | 
			
		||||
        "line-height",
 | 
			
		||||
        "font-weight",
 | 
			
		||||
        "font-style",
 | 
			
		||||
        "font-variant",
 | 
			
		||||
        "font-size-adjust",
 | 
			
		||||
        "font-stretch",
 | 
			
		||||
        "font-feature-settings",
 | 
			
		||||
        "letter-spacing",
 | 
			
		||||
        "text-rendering",
 | 
			
		||||
        "text-align",
 | 
			
		||||
        "text-align-last",
 | 
			
		||||
        "text-decoration",
 | 
			
		||||
        "text-emphasis",
 | 
			
		||||
        "text-emphasis-position",
 | 
			
		||||
        "text-emphasis-style",
 | 
			
		||||
        "text-emphasis-color",
 | 
			
		||||
        "text-indent",
 | 
			
		||||
        "text-justify",
 | 
			
		||||
        "text-outline",
 | 
			
		||||
        "text-transform",
 | 
			
		||||
        "text-wrap",
 | 
			
		||||
        "text-overflow",
 | 
			
		||||
        "text-overflow-ellipsis",
 | 
			
		||||
        "text-overflow-mode",
 | 
			
		||||
        "text-shadow",
 | 
			
		||||
        "white-space",
 | 
			
		||||
        "word-spacing",
 | 
			
		||||
        "word-wrap",
 | 
			
		||||
        "word-break",
 | 
			
		||||
        "tab-size",
 | 
			
		||||
        "hyphens",
 | 
			
		||||
        "user-select",
 | 
			
		||||
        "fill",
 | 
			
		||||
        "stroke",
 | 
			
		||||
        "background",
 | 
			
		||||
        "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
 | 
			
		||||
        "background-color",
 | 
			
		||||
        "background-image",
 | 
			
		||||
        "background-attachment",
 | 
			
		||||
        "background-position",
 | 
			
		||||
        "background-position-x",
 | 
			
		||||
        "background-position-y",
 | 
			
		||||
        "background-clip",
 | 
			
		||||
        "background-origin",
 | 
			
		||||
        "background-size",
 | 
			
		||||
        "background-repeat",
 | 
			
		||||
        "border-radius",
 | 
			
		||||
        "border-top-left-radius",
 | 
			
		||||
        "border-top-right-radius",
 | 
			
		||||
        "border-bottom-right-radius",
 | 
			
		||||
        "border-bottom-left-radius",
 | 
			
		||||
        "box-decoration-break",
 | 
			
		||||
        "box-shadow",
 | 
			
		||||
        "table-layout",
 | 
			
		||||
        "caption-side",
 | 
			
		||||
        "empty-cells",
 | 
			
		||||
        "list-style",
 | 
			
		||||
        "list-style-position",
 | 
			
		||||
        "list-style-type",
 | 
			
		||||
        "list-style-image",
 | 
			
		||||
        "quotes",
 | 
			
		||||
        "counter-increment",
 | 
			
		||||
        "counter-reset",
 | 
			
		||||
        "vertical-align",
 | 
			
		||||
        "src",
 | 
			
		||||
        "opacity",
 | 
			
		||||
        "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
 | 
			
		||||
        "filter",
 | 
			
		||||
        "resize",
 | 
			
		||||
        "cursor",
 | 
			
		||||
        "nav-index",
 | 
			
		||||
        "nav-up",
 | 
			
		||||
        "nav-right",
 | 
			
		||||
        "nav-down",
 | 
			
		||||
        "nav-left",
 | 
			
		||||
        "transition",
 | 
			
		||||
        "transition-delay",
 | 
			
		||||
        "transition-timing-function",
 | 
			
		||||
        "transition-duration",
 | 
			
		||||
        "transition-property",
 | 
			
		||||
        "transform",
 | 
			
		||||
        "transform-origin",
 | 
			
		||||
        "animation",
 | 
			
		||||
        "animation-name",
 | 
			
		||||
        "animation-duration",
 | 
			
		||||
        "animation-play-state",
 | 
			
		||||
        "animation-timing-function",
 | 
			
		||||
        "animation-delay",
 | 
			
		||||
        "animation-iteration-count",
 | 
			
		||||
        "animation-direction",
 | 
			
		||||
        "animation-fill-mode",
 | 
			
		||||
        "pointer-events",
 | 
			
		||||
        "unicode-bidi",
 | 
			
		||||
        "direction",
 | 
			
		||||
        "columns",
 | 
			
		||||
        "column-span",
 | 
			
		||||
        "column-width",
 | 
			
		||||
        "column-count",
 | 
			
		||||
        "column-fill",
 | 
			
		||||
        "column-gap",
 | 
			
		||||
        "column-rule",
 | 
			
		||||
        "column-rule-width",
 | 
			
		||||
        "column-rule-style",
 | 
			
		||||
        "column-rule-color",
 | 
			
		||||
        "break-before",
 | 
			
		||||
        "break-inside",
 | 
			
		||||
        "break-after",
 | 
			
		||||
        "page-break-before",
 | 
			
		||||
        "page-break-inside",
 | 
			
		||||
        "page-break-after",
 | 
			
		||||
        "orphans",
 | 
			
		||||
        "widows",
 | 
			
		||||
        "zoom",
 | 
			
		||||
        "max-zoom",
 | 
			
		||||
        "min-zoom",
 | 
			
		||||
        "user-zoom",
 | 
			
		||||
        "orientation"
 | 
			
		||||
    ] ]
 | 
			
		||||
}
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										2
									
								
								assets/public/global.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								assets/public/global.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
			
		||||
a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}img{max-width:100%}html{box-sizing:border-box;font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:inherit}a{background-color:transparent}a:active,a:hover{outline:0}b,strong{font-weight:700}dfn,em,i{font-style:italic}h1{margin:.67em 0;font-size:2em}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}mark{background-color:#fdffb6}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;color:inherit;font:inherit}button{overflow:visible;border:none}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input:focus{outline:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{padding:0;border:0}textarea{overflow:auto}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}html{overflow-y:scroll;font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body,html{overflow-x:hidden}body{color:#3c484e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1.5rem;line-height:1.6em;font-weight:400;font-style:normal;letter-spacing:0;text-rendering:optimizeLegibility;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga" on}::-moz-selection{text-shadow:none;background:#cbeafb}::selection{text-shadow:none;background:#cbeafb}hr{position:relative;display:block;width:100%;margin:2.5em 0 3.5em;padding:0;height:1px;border:0;border-top:1px solid #e3e9ed}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{margin:0;padding:0;border:0}textarea{resize:vertical}blockquote,dl,ol,p,ul{margin:0 0 1.5em}ol,ul{padding-left:1em;padding-right:1.5em}ol ol,ol ul,ul ol,ul ul{margin:.5em 0 1em}ul{list-style:disc}ol{list-style:decimal}li{margin:.5em 0;padding-left:.5em;line-height:1.6em}dt{float:left;margin:0 20px 0 0;width:120px;color:#15171a;font-weight:500;text-align:right}dd{margin:0 0 5px;text-align:left}blockquote{margin:1.5em 0;padding:0 1.6em;border-left:.5em solid #e5eff5}blockquote p{margin:.8em 0;font-size:1.2em;font-weight:300}blockquote small{display:inline-block;margin:.8em 0 .8em 1.5em;font-size:.9em;opacity:.8}blockquote small:before{content:"\2014 \00A0"}blockquote cite{font-weight:700}blockquote cite a{font-weight:400}a{color:#26a8ed;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.15;font-weight:700;text-rendering:optimizeLegibility}h1{margin:0 0 .5em;font-size:5rem;font-weight:700}@media (max-width:500px){h1{font-size:2.2rem}}h2{margin:1.5em 0 .5em;font-size:2rem}@media (max-width:500px){h2{font-size:1.8rem}}h3{margin:1.5em 0 .5em;font-size:1.8rem;font-weight:500}@media (max-width:500px){h3{font-size:1.7rem}}h4{margin:1.5em 0 .5em;font-size:1.6rem;font-weight:500}h5,h6{margin:1.5em 0 .5em;font-size:1.4rem;font-weight:500}
 | 
			
		||||
/*# sourceMappingURL=global.css.map */
 | 
			
		||||
							
								
								
									
										1
									
								
								assets/public/global.css.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								assets/public/global.css.map
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user