Skip to content

Commit

Permalink
refactor: Use stylus to manage styles
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Nov 29, 2024
1 parent 23baeba commit cdc84ec
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
position: absolute;
width: 2em;
height: 2em;
background: url('~assets/services/icon-arrow-left.svg') center / 1.5em no-repeat;
background: url('@/assets/services/icon-arrow-left.svg') center / 1.5em no-repeat;
border: none;
cursor: pointer;
left: 10em;
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions src/styles/services/index.css

This file was deleted.

3 changes: 3 additions & 0 deletions src/styles/services/index.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@import "@/styles/services/claudy.styl";
@import "@/styles/services/claudySupport.styl";
@import "@/styles/services/support.styl";
File renamed without changes.
2 changes: 1 addition & 1 deletion src/targets/intents/index.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'cozy-ui/transpiled/react/stylesheet.css'
import '@/styles/services/index'
import '@/styles/services/index.styl'

import React from 'react'
import { createRoot } from 'react-dom/client'
Expand Down

0 comments on commit cdc84ec

Please sign in to comment.