Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Entwicklungsportal - ARCHIVED
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FIT-Connect
Entwicklungsportal - ARCHIVED
9cd88ed2302c9e802b773ba935de88a723252273
entwicklungsportal
postcss.config.js
Find file
Normal view
Permalink
postcss.config.js
80 B
Newer
Older
Initial commit from Create Next App
David Schwarzmann
committed
3 years ago
1
2
3
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{},
Feat: Added eslint to project (planning#428)
René Rösner
committed
2 years ago
4
5
autoprefixer
:
{}
}
Initial commit from Create Next App
David Schwarzmann
committed
3 years ago
6
}