creativetimofficial / ct-argon-design-system-pro

9 stars 5 forks source link

[Bug] _variables.scss and _styles.scss blank files #8

Open oliviamcreativelabs opened 4 years ago

oliviamcreativelabs commented 4 years ago

Version

1.0.2

Reproduction link

localhost:8000

Operating System

mac.os

Device

MacBook Pro

Browser & Version

NA

Steps to reproduce

  1. Download files
  2. Go to assets > custom
  3. Open files (I used vs code and also tried it in Sublime)

    What is expected?

    Code to be there.

    What is actually happening?

    Nothing is there.


Solution

Additional comments

oliviamcreativelabs commented 4 years ago

image

oliviamcreativelabs commented 4 years ago

image

rarestoma commented 4 years ago

Hi @oliviamcreativelabs,

Thank you for working with our products.

The custom>_variables.scss is for overwriting our colors setted in theme>variables.scss.

For example, if you write in custom>_variables.scss $primary: #000000 !default; and the run gulp compile-scss the primary color will be overwritten with the one set in custom>_variables.scss.

Please let me know if you need help with anything else.

All the best, Rares