Files
michalvankodev-site/src/components/portfolio/project.css.ts
2021-12-15 16:04:50 +01:00

11 lines
234 B
TypeScript

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