Files
re-terminal/assets/css/variables.scss
Vĩnh Phước babd08dfba chore: Move color variables
The themes should be able to decide all of its colors.
2025-03-08 15:03:05 +07:00

7 lines
234 B
SCSS

// Native CSS Variable aren't supported in a combination with MEDIA QUERIES. Wait for a new standard https://drafts.csswg.org/css-env-1/
// --phone: "max-width: 684px";
// --tablet: "max-width: 900px";
$phone: 684px;
$tablet: 900px;