Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
Today KU
Commits
0a19f881
Commit
0a19f881
authored
Oct 08, 2021
by
Kim, Subin
Browse files
custom.scss 로 변경 및 customColor 추가
parent
6ad62712
Changes
2
Show whitespace changes
Inline
Side-by-side
client/src/index.js
View file @
0a19f881
...
...
@@ -2,7 +2,6 @@ import React from 'react';
import
ReactDOM
from
'
react-dom
'
;
import
'
./scss/custom.scss
'
;
import
'
bootstrap
'
;
import
'
bootstrap/dist/css/bootstrap.css
'
;
import
App
from
'
./App
'
;
import
reportWebVitals
from
'
./reportWebVitals
'
;
...
...
client/src/scss/custom.scss
View file @
0a19f881
$crimson
:
#DC143C
;
@import
"../../node_modules/bootstrap/scss/functions"
;
@import
"~bootstrap/scss/variables"
;
@import
"~bootstrap/scss/mixins"
;
// @import '~bootstrap/scss/bootstrap.scss';
// @import '~bootstrap-icons/font/bootstrap-icons';
$custom-colors
:
(
"crimson"
:
$crimson
);
$theme-colors
:
map-merge
(
$theme-colors
,
$custom-colors
);
@import
'~bootstrap/scss/bootstrap.scss'
;
@import
'~bootstrap-icons/font/bootstrap-icons'
;
@font-face
{
font-family
:
"Plex-Bold"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment