Skip to content
/ setup Public template

This is the basic template from which you can start the project. Good luck.

Notifications You must be signed in to change notification settings

MichalJozwa/setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the basic repo template from which you can start new projects

You can clone it on your own.

Using

You need a css compiler (scss to css) which compile scss files to another css folder.

There are two simple ways

First method is any app just like SCOUT-APP. Second method little more complicated - if you're using VS Code editor, use e.g.:

The best you can use the potential of the project is change the Live Sass Compiler json file, through File>Preferences>Settings>(search) "Live Sass Compile > settings: Formats"> Edit in settings.json

Edit the latest lines as below: Note: If you don't have this lines, just copy them to your json file from below, or check explain of it.

"liveSassCompile.settings.formats":[
   {
      "format": "expanded",
      "extensionName": ".css",
      "savePath": "~/../css/"
   }
]

About

This is the basic template from which you can start the project. Good luck.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published