You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: