Git Product home page Git Product logo

raster's People

Contributors

dependabot[bot] avatar rsms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

raster's Issues

Link to Sass implementation

Hey there!

What a splendid grid system. I ported it to Sass, which fits my worflow: https://github.com/johannschopplich/raster-sass/

Almost every paramter is configurable just like in the original JS generator, for example:

$raster-element: r-grid !default;
$grid-attribute: columns !default;
$cell-attribute: span !default;
$columns: 12 !default;

$small-breakpoint: 600px;
$small-suffix: s;
$large-breakpoint: 1600px;
$large-suffix: l;

If you should create a README at some point, you are welcome to link to the project. I can imagine that some users will benefit from a Sass implementation. Thanks in advance!

Padding problems

  1. There is padding between grids in "raster2.css" expressions. When I use "raster.grid.css" there is no padding between grids.

  2. How do I adjust the paddings as I want?

Thanks.

Outdated/incorrect version in package.json

Hi, thanks for the library. I'm trying to use it with yarn but it doesn't like the version specified in package.json.

$ yarn add https://github.com/rsms/raster.git#v6
yarn add v1.19.1
[1/4] Resolving packages...
error Can't add "raster": invalid package version "4".

I believe the field is required to be semver formatted, so in this case it would be 6.0.

v6 tag not the latest v6

Thanks for the library. I found that while browsing the repository that the v6 tag is 493c5f0 but it's the commit after (5dca1b9) that actually puts v6 into raster.css etc.

Overlay cells with z-index

Hi,
Love the framework so far!

Question - can I overlay cells using z-index? Looks like z-index has no effect and the cell is being pushed to the next cell in the grid.

Example with Raster: Codepen
Example w/o Raster: Codepen

Thank you!

Outsource opinionated styles / provide full featured in raster.grid.css

Thanks a lot for this great CSS Grid / Framework implementation, it's a breeze to work with! I'm super happy with it.

After using it for a while, I noticed some inconsistencies across the files.

Like the raster.grid.css doesn't include the [flow-cols="X"] option and miss the

r-grid {
  grid-column-gap: var(--columnGap);
  grid-row-gap: var(--rowGap)
}

part, both which is very helpful for some grid implementation.

If you then reach for the framework raster2.css file, you get a lot more general styling for regular tags which you actually don't need or want.

Can you provide one full-featured raster.grid.csswhich is "feature-complete" in terms of the grid?

Thanks a lot! I do not expect an answer to this, just some thoughts.

Using Raster Grid in an Angular app

mega noob incoming.

Im hacking my way around angular and raster grid then made the foolish error of trying to include the .css files in an angular component and the 'r-cell' etc html in the template. this throws up all kind of errors, and im starting to learn why.

Has anyone successfully incorporated raster grid into an angular app please?

Do the 'r-cell' 'r-grid' etc elements need to be declared in angular via Angular Elements?

Many thanks, would be good to use raster in my little angular project.

Jeremy
slonch.com

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.