Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.
This repository was archived by the owner on May 28, 2026. It is now read-only.

CSS grid configuration not found - Chrome #27

Description

@rodrigoreis22

I've seen the other issues about this, but I'm still having the error:

angular-deckgrid: No CSS configuration found

Chrome version: 33.0.1750.117

My css configuration:
.deckgrid[deckgrid]::before {
/* Specifies that the grid should have a maximum of 4 columns. Each column will have the classes 'column' and 'column-1-4' /
content: '3 .column.column-1-3';
font-size: 0; /
See #14 (comment) */
visibility: hidden;
}

.deckgrid .column {
float: left;
}

.deckgrid .column-1-3 {
width: 25%;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions