Skip to content
Snippets Groups Projects
Select Git revision
  • Sprint/2020-22
  • master default protected
  • gitkeep
  • dev protected
  • Sprint/2022-01
  • Sprint/2021-22
  • Issue/1762-renamingResourceTypes
  • Sprint/2021-17
  • Product/1623-allocatedQuotaForAdmin
  • Topic/1689-DisplayAllocatedQuotaForAdminPage
  • Topic/1689-FixLintingIssues
  • Product/1107-frontendPerformance
  • Topic/1227-frontendPerformance
  • Product/1215-gitlabCleanUp
  • Product/1119-quotaAdminPage
  • Topic/1162-quotaAdminPage
  • v1.3.1
  • v1.3.0
  • v1.2.0
  • v1.1.0
  • v1.0.1
  • v1.0.0
22 results

postcss.config.js

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    postcss.config.js 59 B
    module.exports = {
      plugins: {
        autoprefixer: {}
      }
    }