Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

add import and screen for desktop resolutions #26

Open
am35a opened this issue Dec 30, 2022 · 0 comments
Open

add import and screen for desktop resolutions #26

am35a opened this issue Dec 30, 2022 · 0 comments

Comments

@am35a
Copy link
Owner

am35a commented Dec 30, 2022

@import url("fineprint.css") print;
@import url("bluish.css") print, screen;
@import "common.css" screen;
@import url("landscape.css") screen and (orientation: landscape);
@import url("narrow.css") supports(display: flex) screen and (max-width: 400px);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant