Commit Graph

65 Commits

Author SHA1 Message Date
spongycake f0223a3a03 v0.1.1 build 2022-01-28 12:56:06 +00:00
spongycake e7454629c0 +gutter and gutter-half setting
"Gutters or alleys are spacing between content tracks".

For more info see the Mozilla Developer Network Docs https://developer.mozilla.org/en-US/docs/Glossary/Gutters
2022-01-28 12:43:59 +00:00
spongycake ba36dca6e1 +container, full-width-container
Container's max-width was reflected to setting $container-page-width found within settings.

Container makes use of $gutter-half from settings for easier coding and
consistency.

Container now makes use of media queries. We add and subtract margins based on screen size. In particular, we register margin gutters when the viewport width is within the container-page-width.

.full-width-container is set to 100% width, expanding fully for each screen size. This additional class is expected to be used for content outside of textual information e.g. artwork.
2022-01-28 12:23:27 +00:00
spongycake 6c1919e68a +container-page-width setting 2022-01-26 03:09:25 +00:00
spongycake 0d62040180 Mixins file added.
Contains reusable family of operations. Helps to follow Don't Repeat
Yourself (DRY) methodology.
2022-01-26 01:17:01 +00:00
spongycake 1b35e763fe sizes and values generated from sass mq profile 2022-01-26 01:11:52 +00:00
spongycake 6dac5b5fa5 brought mq and vendor sass 2022-01-26 01:04:20 +00:00
spongycake 5ff88a4411 + sass mq for media queries support
We wish to create human-friendly labels around our CSS breakpoints.
Typically you would show numbers to represent media types. Now, we can
simplify and ask for "desktop", "mobile", "tablet". It should be self-explanatory to the developers.

You can find out more about the mixins SASS MQ provides here: https://sass-mq.github.io/sass-mq/
2022-01-26 00:54:15 +00:00
Dooglet c3b617eec6 Merge branch 'master' of https://git.libregaming.org/LibreGaming/libregaming-design-system 2022-01-23 19:19:34 +00:00
Dooglet 4b9df8ffa8 first description and details of project 2022-01-23 19:12:53 +00:00
Dooglet 77549ea84f webpack configurations 2022-01-23 19:12:32 +00:00
Dooglet a53483a1d4 node.js configurations 2022-01-23 19:12:02 +00:00
Dooglet b49dbcb976 live website files 2022-01-23 19:11:30 +00:00
Dooglet 26aefc01be css,js sources 2022-01-23 19:09:33 +00:00
spongycake aa71563f55 Initial commit 2022-01-23 18:48:18 +00:00