@@ -35,7 +35,8 @@
"scripts": [],
"stylePreprocessorOptions": {
"includePaths": ["./src/styles"]
- }
+ },
+ "showCircularDependencies": false
},
"configurations": {
"production": {
@@ -6,6 +6,7 @@
}
.gallery {
+ /* autoprefixer: off */
flex: 1;
display: grid;
grid-template-columns: repeat(auto-fill, 150px);