Skip to content
Snippets Groups Projects
Commit 339555ca authored by Loïc Poullain's avatar Loïc Poullain
Browse files

Utiliser l'option cssModules pour isoler portées

parent ae309c59
Branches
No related tags found
1 merge request!7Isoler les portées CSS, mettre le nouveau code couleur, faire un peu de ménage
:global {
.divTitre {
display: inline-block;
padding-left: 3px
......@@ -84,3 +86,5 @@
margin: 0px;
overflow-x:scroll;
}
}
\ No newline at end of file
......@@ -7,6 +7,7 @@ const { assign, concat, flow } = require("lodash/fp");
const { EnvironmentPlugin } = require("webpack");
const nextConfig = {
cssModules: true,
distDir: "build",
exportPathMap: defaults => ({
...defaults,
......
:global {
$primary-color: grey;
.p {
......@@ -77,3 +79,5 @@ input {
float: inline;
box-sizing: border-box;
}
}
\ No newline at end of file
:global {
h1 {
font-family: "lato";
color: #565656;
......@@ -43,3 +45,5 @@ ol {
a:hover {
color: #00a3ff;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment