Skip to content
Snippets Groups Projects
Commit 826d16cd authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Sort source code.

parent d8eec2ba
No related branches found
No related tags found
1 merge request!67Ajout boutons vers les mémos
Pipeline #2469 passed
...@@ -35,6 +35,10 @@ const config = { ...@@ -35,6 +35,10 @@ const config = {
// => @media (min-width: 2200px) { ... } // => @media (min-width: 2200px) { ... }
}, },
extend: { extend: {
blur: {
xs: "1.2px",
xxs: "0.8px",
},
colors: { colors: {
gray: colors.neutral, gray: colors.neutral,
"le-bleu": "#343bff", "le-bleu": "#343bff",
...@@ -49,10 +53,6 @@ const config = { ...@@ -49,10 +53,6 @@ const config = {
"le-vert-validation": "#13CC03", "le-vert-validation": "#13CC03",
"le-vert-validation-dark": "#377330", "le-vert-validation-dark": "#377330",
}, },
blur: {
xs: "1.2px",
xxs: "0.8px",
},
}, },
fontFamily: { fontFamily: {
sans: ["Lato", "sans-serif"], sans: ["Lato", "sans-serif"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment