hellify
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

(((༼•̫͡•༽)))

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'
  })
})

/hellify/

    Package Sidebar

    Install

    npm i hellify

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    68.2 kB

    Total Files

    19

    Last publish

    Collaborators

    • dougdelabrida