Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazare-C committed Jan 6, 2021
1 parent 51e8908 commit db8b823
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 185,705 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>

<link href="styles/compiled.css" rel="stylesheet">
<link href="styles/tailwind.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
<title>About us</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion checkout.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>

<link href="styles/compiled.css" rel="stylesheet">
<link href="styles/tailwind.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
<title>Panier</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
npx tailwindcss build styles/tailwind.css -o styles/compiled.css
npx tailwindcss build styles/main.css -o styles/tailwind.css


set NODE_ENV=production
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>

<link href="styles/compiled.css" rel="stylesheet">
<link href="styles/tailwind.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
<title>Mask Geox</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "tailwind.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "postcss styles/tailwind.css -o dist/mini.css",
"build:css": "postcss styles/main.css -o dist/mini.css",
"server": "live-server build"
},
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion product.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>

<link href="styles/compiled.css" rel="stylesheet">
<link href="styles/tailwind.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
<title>Produit</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>

<link href="styles/compiled.css" rel="stylesheet">
<link href="styles/tailwind.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
<title>Recherche</title>
</head>
<body>
Expand Down
Loading

0 comments on commit db8b823

Please sign in to comment.