import fs from 'fs'; const css = fs.readFileSync('src/index.css', 'utf-8'); console.log(css.includes('[data-theme="dark"]'));