-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Description
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
Labels
No labels