# offset-path

https://developer.mozilla.org/en-US/docs/Web/CSS/offset-path

## none
```css
.selector {
  composes: none from 'hydrogencss/offset-path.css'
}
```

or:
```css
.selector {
  composes: none from 'hydrogencss/offset-path/none.css'
}
```

