Git Product home page Git Product logo

andculturecode.scss.grid's People

Contributors

allcontributors[bot] avatar dependabot[bot] avatar dylanjustice avatar myty avatar wintondeshong avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

andculturecode.scss.grid's Issues

Make max-width of container a dynamic variable that is initially unset

.o-rhythm__container sets a max-width of 1200px and it cannot be configured in the implementation. It should be possible to set the container size in order to utilize the full width of the screen.
.o-rhythm__container.-fluid solves for this but only allows for 94% width.

I want to be able to implement a responsive layout for a page with zero gutters, and full width.

Create demo site

Demonstrate capabilities of the library with a small demo site.

Rename project and align with other repositories

While I realize where and why the name Rhythm was used. Moving forward we aren't following past anthm project naming.

@dylanjustice and @zachmccleaf - would you be cool if I rename this to AndcultureCode.Scss.Grid?

Additionally, lets update the project readme, description, and topics to better align with our other repositories.

Add code-based documentation

Now that I've added tooling with documentation generation. Any code comments will get bubbled up and automatically compiled in the repo's github pages.

This issue is to do an initial pass of documenting the actors available in the repository.

Rename default branch from master to main.

Feature request

What is the expected behavior?
To have the default branch named main instead of master

What is motivation or use case for adding/changing the behavior?
Removing terminology in technology evocative of racial inequality.

How should this be implemented in your opinion?
Following Scott Hanselman's advice

  1. Move master to main (maintains branch history)
git branch -m master main
git push -u origin main
  1. Update the default branch in repo settings from master to main.
  2. Repoint HEAD, and delete master branch.
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main
git push origin --delete master

Are you willing to work on this yourself?
no

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.