Переглянути джерело

chore(admin-ui): Remove unnecessary compiler warnings

Michael Bromley 7 роки тому
батько
коміт
b22c4a3489

+ 2 - 1
admin-ui/angular.json

@@ -35,7 +35,8 @@
             "scripts": [],
             "stylePreprocessorOptions": {
               "includePaths": ["./src/styles"]
-            }
+            },
+            "showCircularDependencies": false
           },
           "configurations": {
             "production": {

+ 1 - 0
admin-ui/src/app/catalog/components/asset-gallery/asset-gallery.component.scss

@@ -6,6 +6,7 @@
 }
 
 .gallery {
+    /* autoprefixer: off */
     flex: 1;
     display: grid;
     grid-template-columns: repeat(auto-fill, 150px);