Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common aspect ratios #2

Open
meduzen opened this issue Apr 26, 2019 · 0 comments
Open

Common aspect ratios #2

meduzen opened this issue Apr 26, 2019 · 0 comments
Labels
--enhancement New feature or request --help-wanted Extra attention is needed

Comments

@meduzen
Copy link
Owner

meduzen commented Apr 26, 2019

It could be great to create some custom aspect ratio, like --cinemascope or --paper-a…, but it seems there are a lot of common formats (even Cinemascope has several versions), which needs some analyze before having proper naming to avoid breaking changes when adding more formats.

Here are some Wikipedia resources about formats in cinema, photography, paper… that could be used as a discovery point:

Directories structure example so people can include only the families they need:

  • src/variables/ratios
    • /motion
      • /cinema
        • /cinema.scss (includes other files in the folder)
        • /_cinemascope.scss
        • /_france.scss
        • /_japan.scss
      • /screens (includes other files in the folder)
        • /screens.scss
        • /_monitors.scss
        • /_tv.scss
        • /_videogames.scss
    • /paper
      • […]
    • /photography
      • […]
@meduzen meduzen added --enhancement New feature or request --help-wanted Extra attention is needed labels Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
--enhancement New feature or request --help-wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant