Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where are the SCSS files that are imported in style.scss #41

Open
Mahan-F opened this issue Jul 10, 2019 · 4 comments
Open

Where are the SCSS files that are imported in style.scss #41

Mahan-F opened this issue Jul 10, 2019 · 4 comments

Comments

@Mahan-F
Copy link

Mahan-F commented Jul 10, 2019

I am trying to implement this template into an application I have but i'm having trouble compiling the style.scss file because lines 14 and 15 are trying to import something which does not exist in the directory.

@import "variables";
@import "todo-list";

Where can I get these files?

@AndyPresto
Copy link

I'm experiencing the same issue. The SCSS files are missing from the repo.

@agus7fauzi
Copy link

i am same,

@MrJohn6774
Copy link

Here's the _variables.scss file I created with reference from style.css

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

$default-font: "Open Sans", sans-serif;

$text-color-1: #00c292;
$text-color-2: #ab8ce4;
$text-color-3: #03a9f3;

$white: #fff;
$gray: #868e96;
$gray-200: rgba(233, 236, 239);
$gray-600: $gray;
$active-green: #49a342;

$flat-color-1: #00c292;
$flat-color-2: #ab8ce4;
$flat-color-3: #03a9f3;
$flat-color-4: #fb9678;

/* Left panel Navbar */
$menu-bg: #fff;
$menu-active-bg: #fafafa;
$menu-active: #03a9f3;
$menu-color: #607d8b;

/* Right panel */
$container-bg: #f1f2f7;
$header-bg: #fff;
$header-icon: #99abb4;
$search-bg: #131c21;

@manuelebeh
Copy link

Thank you @MrJohn6774.
Can I also find the todo-list file from someone? Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants