The Wayback Machine - https://web.archive.org/web/20201106143956/https://github.com/topics/nativescript-vue
Skip to content
#

nativescript-vue

Here are 66 public repositories matching this topic...

bencarter78
bencarter78 commented Nov 4, 2019

Hello

I'm trying to add some custom colors to my tailwind css but when I run npx nativescript-tailwind tailwind.config.js it seems to ignore my config file.

My config file is in the root directory and looks like this...

module.exports = {
  theme: {
    extend: {
      colors: {
        demo: {
          default: '#1ebc3b',
          dark: '#0b601b',
        },
      },
    

Improve this page

Add a description, image, and links to the nativescript-vue topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nativescript-vue topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.