css compiled

This commit is contained in:
Burak Civan 2022-12-15 09:54:50 +03:00
parent ceb6943e81
commit be66a591d5

5
public/css/app.css vendored
View File

@ -416,7 +416,7 @@
z-index: 99; z-index: 99;
} }
/* /*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/ */
/* /*
@ -444,6 +444,7 @@
2. Prevent adjustments of font size after orientation changes in iOS. 2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size. 3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default. 4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/ */
html { html {
@ -453,6 +454,8 @@ html {
-o-tab-size: 4; -o-tab-size: 4;
tab-size: 4; /* 3 */ tab-size: 4; /* 3 */
font-family: Quicksand, system-ui; /* 4 */ font-family: Quicksand, system-ui; /* 4 */
-webkit-font-feature-settings: normal;
font-feature-settings: normal; /* 5 */
} }
/* /*