@markusantonwolf/ta-foodtrucks
Version:
TA-Foodtrucks plugin shows the next food truck and street food dates in your area based on Craftplaces API. You can customize the endpoints to get all dates for a specific vendor, for a specific city or just for a location you are interested in. The light
50 lines (43 loc) • 582 B
CSS
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,900&display=swap');
@tailwind base;
:root {
--vh: 1vh;
}
html,
body {
font-size: 13px;
}
@screen sm {
html,
body {
font-size: 15px;
}
}
@screen md {
html,
body {
font-size: 16px;
}
}
@screen lg {
html,
body {
font-size: 18px;
}
}
input,
textarea,
button,
select,
div,
a,
input:focus,
select:focus,
textarea:focus,
button:focus {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
outline: none;
outline-style: none;
}
@tailwind components;
@tailwind utilities;