-
Please, place all your
SCSS
styles insrc/styles
folder. -
The
package.json
file is already created, please don't delete NPM scripts that are already there. This file should look like this when you initiate the project:{ "scripts" { "test": "jest --reporters=jest-junit", "build": "echo \"Dummy build script for Autocode\"" } }
Also, there are some preinstalled service dependencies that are required for automatic verification of your task, please don't remove them either.
-
Your main HTML page should be named
index.html
and be placedsrc/index.html
. -
Root files for regular and mobile styles have to have names
style.scss
andmobile.scss
and be placed insidesrc/styles
folder. These names are used for automatic checks. -
All the result CSS files have to be in
dist
folder.- result styles should be in
src/dist/style.css
- result minified styles should be in
src/dist/style.min.css
- result styles should be in
-
Notifications
You must be signed in to change notification settings - Fork 0
abdurahmon27/final-exam-web-basics
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published