You've already forked AstralRinth
forked from didirus/AstralRinth
Update CSS guidelines + Prefer rem
This commit is contained in:
5
src/package/styles/variables/breakpoints.postcss
Normal file
5
src/package/styles/variables/breakpoints.postcss
Normal file
@@ -0,0 +1,5 @@
|
||||
/* Breakpoints */
|
||||
@custom-media --sm (min-width: 544px);
|
||||
@custom-media --md (min-width: 768px);
|
||||
@custom-media --lg (min-width: 1012px);
|
||||
@custom-media --xl (min-width: 544px);
|
||||
Reference in New Issue
Block a user