Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
frontend
Merge requests
!5
style(tailwind): add colors for theme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
style(tailwind): add colors for theme
style/add_tailwind_color_theme
into
development
Overview
6
Commits
4
Pipelines
6
Changes
1
All threads resolved!
Hide all comments
Merged
mateuszmiko
requested to merge
style/add_tailwind_color_theme
into
development
1 year ago
Overview
6
Commits
4
Pipelines
6
Changes
1
All threads resolved!
Hide all comments
Expand
Objective:
Add project colors from the design system.
What has been done:
Added colors to
tailwind.config.ts
0
0
Merge request reports
Viewing commit
62a8e799
Prev
Next
Show latest version
1 file
+
0
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
62a8e799
style(tailwind): delete backgroundImage config from tailwind.config.ts file
· 62a8e799
Mateusz Mikołajczak
authored
1 year ago
tailwind.config.ts
+
0
−
4
Options
@@ -8,10 +8,6 @@ const config: Config = {
],
theme
:
{
extend
:
{
backgroundImage
:
{
'
gradient-radial
'
:
'
radial-gradient(var(--tw-gradient-stops))
'
,
'
gradient-conic
'
:
'
conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))
'
,
},
colors
:
{
primary
:
{
100
:
'
#ebf4ff
'
,
Loading