This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
ajay
/
stringere-frontend
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
added common font size in global scss and imported it in app module.scss
master
Ajay S
пре 3 година
родитељ
2fc6933cf5
комит
36ac89dafb
3 измењених фајлова
са
10 додато
и
4 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
src/App.module.scss
+1
-1
src/App.tsx
+8
-0
src/common/styles/global.scss
+ 1
- 3
src/App.module.scss
Прегледај датотеку
@@ -1,3 +1 @@
.App {
text-align: center;
}
@import './common/styles/global.scss';
+ 1
- 1
src/App.tsx
Прегледај датотеку
@@ -3,7 +3,7 @@ import styles from './App.module.scss';
function App() {
return (
<div
className={styles.App}
>
<div>
</div>
);
+ 8
- 0
src/common/styles/global.scss
Прегледај датотеку
@@ -0,0 +1,8 @@
@import './colors.scss';
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-size: 62.5%;
}
Write
Preview
Loading…
Откажи
Сачувај