Get rid of less
This commit is contained in:
10
src/components/portfolio/project.css.ts
Normal file
10
src/components/portfolio/project.css.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { globalStyle, style } from '@vanilla-extract/css'
|
||||
|
||||
export const projectScopeClass = style({})
|
||||
|
||||
globalStyle(`${projectScopeClass} img`, {
|
||||
float: 'right',
|
||||
width: '25%',
|
||||
})
|
||||
|
||||
// We need to get rid off the global selectors LOL
|
Reference in New Issue
Block a user