0.1.0 • Published 7 years ago
hellify v0.1.0
(((༼•̫͡•༽)))
Hellify allows you to write CSS using XPath selector.
Usage example
import { hell } from '../hellify';
hell(style => {
style(`//*[@id="tab-pane-0"]/table[2]/tbody/tr/td/input[2]/..`, {
display: 'flex',
flexDirection: 'column',
background: 'red'
})
})