UNPKG

@nativescript/nx

Version:

NativeScript Plugin for Nx

14 lines (13 loc) 407 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./src/**/*.{css,xml,html,vue,svelte,ts,tsx}'], // use the .ns-dark class to control dark mode (applied by NativeScript) - since 'media' (default) is not supported. darkMode: ['class', '.ns-dark'], theme: { extend: {}, }, plugins: [], corePlugins: { preflight: false, // disables browser-specific resets }, };