Skip to content

CSS grid configuration not found - Chrome #27

@rodrigoreis22

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%;
}

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