diff --git a/angular.json b/angular.json index 68330fdf..0cab3726 100644 --- a/angular.json +++ b/angular.json @@ -20,18 +20,13 @@ "outputPath": "dist/angular-split-app", "index": "src/index.html", "main": "src/main.ts", - "polyfills": [ - "zone.js" - ], + "polyfills": ["zone.js"], "tsConfig": "src/tsconfig.app.json", - "assets": [ - "src/favicon.ico", - "src/assets" - ], - "styles": [ - "./node_modules/bootstrap/dist/css/bootstrap.min.css", - "src/styles.scss" - ], + "assets": ["src/favicon.ico", "src/assets"], + "styles": ["./node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.scss"], + "stylePreprocessorOptions": { + "includePaths": ["dist"] + }, "scripts": [] }, "configurations": { @@ -72,10 +67,7 @@ "lint": { "builder": "@angular-eslint/builder:lint", "options": { - "lintFilePatterns": [ - "src/**/*.ts", - "src/**/*.html" - ] + "lintFilePatterns": ["src/**/*.ts", "src/**/*.html"] } } } @@ -96,10 +88,7 @@ "lint": { "builder": "@angular-eslint/builder:lint", "options": { - "lintFilePatterns": [ - "projects/angular-split/**/*.ts", - "projects/angular-split/**/*.html" - ] + "lintFilePatterns": ["projects/angular-split/**/*.ts", "projects/angular-split/**/*.html"] } } } diff --git a/projects/angular-split/_theme.css b/projects/angular-split/_theme.css new file mode 100644 index 00000000..d59c45ed --- /dev/null +++ b/projects/angular-split/_theme.css @@ -0,0 +1,35 @@ +@property --as-gutter-background-color { + syntax: ''; + inherits: true; + initial-value: #eeeeee; +} + +@property --as-gutter-icon-horizontal { + syntax: ''; + inherits: true; + initial-value: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg=='); +} + +@property --as-gutter-icon-vertical { + syntax: ''; + inherits: true; + initial-value: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFCAMAAABl/6zIAAAABlBMVEUAAADMzMzIT8AyAAAAAXRSTlMAQObYZgAAABRJREFUeAFjYGRkwIMJSeMHlBkOABP7AEGzSuPKAAAAAElFTkSuQmCC'); +} + +@property --as-gutter-icon-disabled { + syntax: ''; + inherits: true; + initial-value: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg=='); +} + +@property --as-transition-duration { + syntax: '