Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
74ef14f4
Verified
Commit
74ef14f4
authored
Aug 12, 2017
by
David Haynes
🙆
Browse files
WOAH I UNDERSTAND WHAT I WAS DOING
parent
b16729bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
masonstrap/_masonstrap.scss
→
masonstrap/_masonstrap
-custom
.scss
View file @
74ef14f4
// Masonstrap 4.0
// Bootswatch
// -----------------------------------------------------
$web-font-path
:
"https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700"
!
default
;
@import
url($web-font-path)
;
// Navbar ======================================================================
.navbar
{
...
...
masonstrap/masonstrap.scss
0 → 100644
View file @
74ef14f4
// Load in bootstrap 4
@import
'../node_modules/bootstrap/scss/bootstrap.scss'
;
// Load in variable overwrites
@import
'_variables.scss'
;
// Load in additional component changes
@import
'_masonstrap-custom.scss'
;
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