From 1ec478599ce9197e586a27557ce2c7dae449df04 Mon Sep 17 00:00:00 2001 From: Daria Golova Date: Wed, 12 Oct 2022 11:19:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B0=20?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D0=BB=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=B2=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 395ada3..0bb28b2 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,16 @@ npm run lint ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). + +### Stylization +Pug is used as a template engine for html. + +Sass is used as a css preprocessor, and its main styles are described in the vue component. + +Tailwind css is used in components to specify margins, paddings, flexbox, grids. + +Сss variables are stored in a file src/assets/sass/variables.class. The purpose of the use defines the name of the variables. + +The fonst file is located in src/assets/sass/fonts.sass. + +The icon fonts file is located in src/assets/css/icon fonts.css. \ No newline at end of file